Skip to content
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

Simplify chained SQL Queries in Connexion API Endpoints #9424

Merged
merged 1 commit into from
Jun 20, 2020

Conversation

kaxil
Copy link
Member

@kaxil kaxil commented Jun 20, 2020

  • The SQLAlchemy Queries can be nested
  • The comma filters command can take multiple filters

Make sure to mark the boxes below before creating PR: [x]

  • Description above provides context of the change
  • Unit tests coverage for changes (not needed for documentation changes)
  • Target Github ISSUE in description if exists
  • Commits follow "How to write a good git commit message"
  • Relevant documentation is updated including usage instructions.
  • I will engage committers as explained in Contribution Workflow Example.

In case of fundamental code change, Airflow Improvement Proposal (AIP) is needed.
In case of a new dependency, check compliance with the ASF 3rd Party License Policy.
In case of backwards incompatible changes please leave a note in UPDATING.md.
Read the Pull Request Guidelines for more information.

- The SQLAlchemy Queries can be nested
- The comma filters command can take multiple filters
@kaxil kaxil requested a review from mik-laj June 20, 2020 02:09
@boring-cyborg boring-cyborg bot added the area:API Airflow's REST/HTTP API label Jun 20, 2020
@kaxil kaxil requested a review from potiuk June 20, 2020 09:04
@potiuk potiuk merged commit 16f7f08 into apache:master Jun 20, 2020
@kaxil kaxil deleted the api-sql-queries branch June 20, 2020 09:08
@kaxil kaxil mentioned this pull request Jun 23, 2020
6 tasks
kaxil added a commit to kaxil/airflow that referenced this pull request Jun 27, 2020
- The SQLAlchemy Queries can be nested
- The comma filters command can take multiple filters
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area:API Airflow's REST/HTTP API
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants