-
Notifications
You must be signed in to change notification settings - Fork 14.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
AIP-81 Trasition of Remote Commands #45661
Comments
Hey @jason810496 @jx2lee @josix @Prab-27, I still need to finalise a couple of CI and breeze steps for checking the unit test properly for capture problems and easier-to-ship code via local dev tools via Auto generation update, Thanks for participating in making this happen! We will be unblocked in 1-2 days 🤞 and I will ping you from this umbrella issue. |
Hey @jx2lee @josix @Prab-27, @yunchipang, The CI/Breeze tooling is merged. The issues are unblocked now. Please remember to include unit tests. A couple of things to keep in mind while working on the issues, There are a couple of commands within the group commands (issue titles such as dags, pools, variables, etc.) that we cannot replicate through API. For example, For the CLI approach, we are going to replicate a couple of things for now, such as how CLI commands are created, so you can check airflow-core/cli for the baseline as well. For example, the commands are created in Please install For now, we are going to use http://localhost:28080/auth/docs to generate our token. I am going to add an auth with a username and password soon (#47703). You should create your token and run the following to be able to use the client and communicate with the API. For the tests, there is already a created test suite baseline to interact with the One last small note: if you don't use airflowctl within the same breeze container with api server. Please include your api server URL to the auth command. Please don't hesitate to ask any questions. Additionally, if you think your timeline does not match with doing these issues anymore, please let me know. Thanks! |
Description
Transition of Remote Commands, below are remote commands. We should integrate CLI API client and call API endpoints to eliminate sessions and direct database calls from remote commands.
Dependency
#45300 should be merged.
Use case/motivation
AIP-81
Related issues
No response
Are you willing to submit a PR?
Code of Conduct
The text was updated successfully, but these errors were encountered: