[GitHub] [airflow] jedcunningham commented on pull request #29882: Drop support for k8s 1.23

2023-03-02 Thread via GitHub
jedcunningham commented on PR #29882: URL: https://github.com/apache/airflow/pull/29882#issuecomment-1452266659 We haven't in the past when dropping stuff for EOL reasons. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and

[GitHub] [airflow] potiuk commented on pull request #29882: Drop support for k8s 1.23

2023-03-02 Thread via GitHub
potiuk commented on PR #29882: URL: https://github.com/apache/airflow/pull/29882#issuecomment-1452266484 Not that I am against it but: ``` We drop support for Python and Kubernetes versions when they reach EOL. **Except for Kubernetes, a version stays supported by Airflow if two

[GitHub] [airflow] Taragolis commented on pull request #29871: Fix Amazon ECS Enums

2023-03-02 Thread via GitHub
Taragolis commented on PR #29871: URL: https://github.com/apache/airflow/pull/29871#issuecomment-1452262756 I've just figure out that there is no tests for ECS Sensors  -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and

[GitHub] [airflow] potiuk commented on pull request #29876: Correct link to best_practice(s) section

2023-03-02 Thread via GitHub
potiuk commented on PR #29876: URL: https://github.com/apache/airflow/pull/29876#issuecomment-1452258303 thanks! -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To

[airflow] branch main updated (a71f908a0e -> 43d48e17dc)

2023-03-02 Thread potiuk
This is an automated email from the ASF dual-hosted git repository. potiuk pushed a change to branch main in repository https://gitbox.apache.org/repos/asf/airflow.git from a71f908a0e replace tree view with grid view in docs (#29879) add 43d48e17dc Correct link to best_practice(s)

[GitHub] [airflow] boring-cyborg[bot] commented on pull request #29876: Correct link to best_practice(s) section

2023-03-02 Thread via GitHub
boring-cyborg[bot] commented on PR #29876: URL: https://github.com/apache/airflow/pull/29876#issuecomment-1452258232 Awesome work, congrats on your first merged pull request! -- This is an automated message from the Apache Git Service. To respond to the message, please log on to

[GitHub] [airflow] potiuk merged pull request #29876: Correct link to best_practice(s) section

2023-03-02 Thread via GitHub
potiuk merged PR #29876: URL: https://github.com/apache/airflow/pull/29876 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail:

[GitHub] [airflow] jedcunningham commented on a diff in pull request #29870: Update index.rst - Flux helmRlease errors for jobs

2023-03-02 Thread via GitHub
jedcunningham commented on code in PR #29870: URL: https://github.com/apache/airflow/pull/29870#discussion_r1123480088 ## docs/helm-chart/index.rst: ## @@ -141,6 +141,12 @@ This is so these CI/CD services can perform updates without issues and preserve This also applies if

[GitHub] [airflow] eladkal commented on pull request #29816: Fix ref anchor for env var link in Connection how-to doc

2023-03-02 Thread via GitHub
eladkal commented on PR #29816: URL: https://github.com/apache/airflow/pull/29816#issuecomment-1452234223 Also, probably we should start look into the cross references of providers -> core. Ideally providers docs should be stand alone. They should not use internal references because we

[GitHub] [airflow] eladkal commented on pull request #29816: Fix ref anchor for env var link in Connection how-to doc

2023-03-02 Thread via GitHub
eladkal commented on PR #29816: URL: https://github.com/apache/airflow/pull/29816#issuecomment-1452230814 We can merge but I guess since releases are not synced there will be some time that the reference won't work -- This is an automated message from the Apache Git Service. To respond

[GitHub] [airflow] jedcunningham opened a new pull request, #29882: Drop support for k8s 1.23

2023-03-02 Thread via GitHub
jedcunningham opened a new pull request, #29882: URL: https://github.com/apache/airflow/pull/29882 k8s 1.23 has reached EOL. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment.

[GitHub] [airflow] eladkal commented on a diff in pull request #29878: Prepare docs for 03/2023 wave of Providers

2023-03-02 Thread via GitHub
eladkal commented on code in PR #29878: URL: https://github.com/apache/airflow/pull/29878#discussion_r1123452723 ## airflow/providers/mysql/CHANGELOG.rst: ## @@ -27,6 +27,14 @@ used with MySQL server 5.6.4 through 5.7. Changelog - +4.0.2 +. + +Misc + + +*

[GitHub] [airflow] eladkal commented on a diff in pull request #29878: Prepare docs for 03/2023 wave of Providers

2023-03-02 Thread via GitHub
eladkal commented on code in PR #29878: URL: https://github.com/apache/airflow/pull/29878#discussion_r1123452723 ## airflow/providers/mysql/CHANGELOG.rst: ## @@ -27,6 +27,14 @@ used with MySQL server 5.6.4 through 5.7. Changelog - +4.0.2 +. + +Misc + + +*

[GitHub] [airflow] josh-fell commented on pull request #29816: Fix ref anchor for env var link in Connection how-to doc

2023-03-02 Thread via GitHub
josh-fell commented on PR #29816: URL: https://github.com/apache/airflow/pull/29816#issuecomment-1452215030 @eladkal Should hold off on the merging this for now since the dbt Cloud connection doc is involved here and the next provider wave is in progress? Or it's fine and the dbt Cloud

[GitHub] [airflow] amoghrajesh commented on issue #29874: Filters don't persist after performing an action

2023-03-02 Thread via GitHub
amoghrajesh commented on issue #29874: URL: https://github.com/apache/airflow/issues/29874#issuecomment-1452213089 Gladly. Sure, i will take a look during my morning time tomorrow  -- This is an automated message from the Apache Git Service. To respond to the message, please log on to

[GitHub] [airflow] jedcunningham commented on a diff in pull request #29832: Add `_on_failure_fail_dagrun` attribute for teardown tasks

2023-03-02 Thread via GitHub
jedcunningham commented on code in PR #29832: URL: https://github.com/apache/airflow/pull/29832#discussion_r1123432211 ## airflow/utils/setup_teardown.py: ## @@ -43,15 +43,19 @@ def setup(cls): @classmethod @contextmanager -def teardown(cls): +def

[GitHub] [airflow] syun64 commented on pull request #29881: Blocklist to disable specific metric tags or metric names

2023-03-02 Thread via GitHub
syun64 commented on PR #29881: URL: https://github.com/apache/airflow/pull/29881#issuecomment-1452202295 @hussein-awala @potiuk may I ask for your review on this PR? Thank you both very much for your input! -- This is an automated message from the Apache Git Service. To respond to the

[GitHub] [airflow] syun64 opened a new pull request, #29881: Blocklist to disable specific metric tags or metric names

2023-03-02 Thread via GitHub
syun64 opened a new pull request, #29881: URL: https://github.com/apache/airflow/pull/29881 closes: #29663 --- This PR adds two additional configuration parameters: ``` statsd_disabled_tags: description: | If you want to avoid sending all the available

[GitHub] [airflow] jedcunningham commented on a diff in pull request #29878: Prepare docs for 03/2023 wave of Providers

2023-03-02 Thread via GitHub
jedcunningham commented on code in PR #29878: URL: https://github.com/apache/airflow/pull/29878#discussion_r1123417066 ## airflow/providers/mysql/CHANGELOG.rst: ## @@ -27,6 +27,14 @@ used with MySQL server 5.6.4 through 5.7. Changelog - +4.0.2 +. + +Misc + +

[GitHub] [airflow] nivangio commented on a diff in pull request #29840: DatabricksSubmitRunOperator to support taskflow

2023-03-02 Thread via GitHub
nivangio commented on code in PR #29840: URL: https://github.com/apache/airflow/pull/29840#discussion_r1123399094 ## airflow/providers/databricks/operators/databricks.py: ## @@ -285,12 +285,12 @@ def __init__( *, json: Any | None = None, tasks:

[airflow] branch main updated: replace tree view with grid view in docs (#29879)

2023-03-02 Thread eladkal
This is an automated email from the ASF dual-hosted git repository. eladkal pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/airflow.git The following commit(s) were added to refs/heads/main by this push: new a71f908a0e replace tree view with grid view in

[GitHub] [airflow] eladkal merged pull request #29879: replace tree view with grid view in docs

2023-03-02 Thread via GitHub
eladkal merged PR #29879: URL: https://github.com/apache/airflow/pull/29879 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail:

[GitHub] [airflow] nivangio commented on a diff in pull request #29840: DatabricksSubmitRunOperator to support taskflow

2023-03-02 Thread via GitHub
nivangio commented on code in PR #29840: URL: https://github.com/apache/airflow/pull/29840#discussion_r1123399094 ## airflow/providers/databricks/operators/databricks.py: ## @@ -285,12 +285,12 @@ def __init__( *, json: Any | None = None, tasks:

[GitHub] [airflow] nivangio commented on a diff in pull request #29840: DatabricksSubmitRunOperator to support taskflow

2023-03-02 Thread via GitHub
nivangio commented on code in PR #29840: URL: https://github.com/apache/airflow/pull/29840#discussion_r1123399094 ## airflow/providers/databricks/operators/databricks.py: ## @@ -285,12 +285,12 @@ def __init__( *, json: Any | None = None, tasks:

[GitHub] [airflow] nivangio commented on a diff in pull request #29840: DatabricksSubmitRunOperator to support taskflow

2023-03-02 Thread via GitHub
nivangio commented on code in PR #29840: URL: https://github.com/apache/airflow/pull/29840#discussion_r1123399094 ## airflow/providers/databricks/operators/databricks.py: ## @@ -285,12 +285,12 @@ def __init__( *, json: Any | None = None, tasks:

[airflow] branch main updated (c8cd90fa92 -> 404765266c)

2023-03-02 Thread jedcunningham
This is an automated email from the ASF dual-hosted git repository. jedcunningham pushed a change to branch main in repository https://gitbox.apache.org/repos/asf/airflow.git from c8cd90fa92 DAG list sorting lost when switching page (#29756) add 404765266c Set codeowners for

[GitHub] [airflow] jedcunningham merged pull request #29880: Set codeowners for setup/teardown

2023-03-02 Thread via GitHub
jedcunningham merged PR #29880: URL: https://github.com/apache/airflow/pull/29880 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail:

[GitHub] [airflow] jedcunningham opened a new pull request, #29880: Set codeowners for setup/teardown

2023-03-02 Thread via GitHub
jedcunningham opened a new pull request, #29880: URL: https://github.com/apache/airflow/pull/29880 This will just help make sure we see any proposed changes  -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL

[GitHub] [airflow] eladkal opened a new pull request, #29879: replace tree view with grid view in docs

2023-03-02 Thread via GitHub
eladkal opened a new pull request, #29879: URL: https://github.com/apache/airflow/pull/29879 --- **^ Add meaningful description above** Read the **[Pull Request Guidelines](https://github.com/apache/airflow/blob/main/CONTRIBUTING.rst#pull-request-guidelines)** for more

[airflow] branch constraints-main updated: Updating constraints. Github run id:4315292441

2023-03-02 Thread github-bot
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a commit to branch constraints-main in repository https://gitbox.apache.org/repos/asf/airflow.git The following commit(s) were added to refs/heads/constraints-main by this push: new 6c85d4bc0d Updating

[GitHub] [airflow] Taragolis commented on pull request #29822: Implement custom boto waiters for some EMR operators

2023-03-02 Thread via GitHub
Taragolis commented on PR #29822: URL: https://github.com/apache/airflow/pull/29822#issuecomment-1452102745 Nope: This actually changing into the documentation, now some methods have their own pages, see: https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sts.html

[GitHub] [airflow] eladkal opened a new pull request, #29878: Prepare docs for 03/2023 wave of Providers

2023-03-02 Thread via GitHub
eladkal opened a new pull request, #29878: URL: https://github.com/apache/airflow/pull/29878 --- **^ Add meaningful description above** Read the **[Pull Request Guidelines](https://github.com/apache/airflow/blob/main/CONTRIBUTING.rst#pull-request-guidelines)** for more

[GitHub] [airflow] Taragolis commented on pull request #29822: Implement custom boto waiters for some EMR operators

2023-03-02 Thread via GitHub
Taragolis commented on PR #29822: URL: https://github.com/apache/airflow/pull/29822#issuecomment-1452066767 > Wow. Something blew up the AWS docs.  > > [EDIT] Looks like a bunch are failing for doc builds, I'll see if I can sort it out This error refers to something changed

[GitHub] [airflow] vincbeck commented on a diff in pull request #28869: rewrite polling code for appflow hook

2023-03-02 Thread via GitHub
vincbeck commented on code in PR #28869: URL: https://github.com/apache/airflow/pull/28869#discussion_r1123283048 ## airflow/providers/amazon/aws/hooks/appflow.py: ## @@ -54,49 +50,35 @@ def conn(self) -> AppflowClient: """Get the underlying boto3 Appflow client

[GitHub] [airflow] eladkal commented on issue #29874: Filters don't persist after performing an action

2023-03-02 Thread via GitHub
eladkal commented on issue #29874: URL: https://github.com/apache/airflow/issues/29874#issuecomment-1452036555 @amoghrajesh would you like to take a look on this? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the

[GitHub] [airflow] bbovenzi commented on issue #29328: Update the DAG graph to show setup/teardown

2023-03-02 Thread via GitHub
bbovenzi commented on issue #29328: URL: https://github.com/apache/airflow/issues/29328#issuecomment-1452031310 @jedcunningham and I discussed this earlier this week The dependencies between setup/teardown tasks to everything else can be noisy but are also important. So we will show

[airflow] branch main updated (c917c9de3d -> c8cd90fa92)

2023-03-02 Thread bbovenzi
This is an automated email from the ASF dual-hosted git repository. bbovenzi pushed a change to branch main in repository https://gitbox.apache.org/repos/asf/airflow.git from c917c9de3d Separate classic and taskflow example dags for setup/teardown (#29824) add c8cd90fa92 DAG list

[GitHub] [airflow] bbovenzi merged pull request #29756: DAG list sorting lost when switching page

2023-03-02 Thread via GitHub
bbovenzi merged PR #29756: URL: https://github.com/apache/airflow/pull/29756 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail:

[GitHub] [airflow] bbovenzi closed issue #29322: DAG list, sorting lost when switching page

2023-03-02 Thread via GitHub
bbovenzi closed issue #29322: DAG list, sorting lost when switching page URL: https://github.com/apache/airflow/issues/29322 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To

[airflow] branch main updated: Separate classic and taskflow example dags for setup/teardown (#29824)

2023-03-02 Thread dstandish
This is an automated email from the ASF dual-hosted git repository. dstandish pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/airflow.git The following commit(s) were added to refs/heads/main by this push: new c917c9de3d Separate classic and taskflow

[GitHub] [airflow] dstandish merged pull request #29824: Separate classic and taskflow example dags for setup/teardown

2023-03-02 Thread via GitHub
dstandish merged PR #29824: URL: https://github.com/apache/airflow/pull/29824 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail:

[GitHub] [airflow] mayeulk opened a new pull request, #29876: Correct link to best_practice(s) section

2023-03-02 Thread via GitHub
mayeulk opened a new pull request, #29876: URL: https://github.com/apache/airflow/pull/29876 Logical link fails. In similar file faq.rst, logical link `DAG writing best practices` (without "s" at practice) works. I could not deploy and test; however based on similarity, the above

[GitHub] [airflow] boring-cyborg[bot] commented on pull request #29876: Correct link to best_practice(s) section

2023-03-02 Thread via GitHub
boring-cyborg[bot] commented on PR #29876: URL: https://github.com/apache/airflow/pull/29876#issuecomment-1451976215 Congratulations on your first Pull Request and welcome to the Apache Airflow community! If you have any issues or are unsure about any anything please check our Contribution

[GitHub] [airflow] josh-fell commented on issue #29864: airflow dags list is not listing all the dags present in airflow home location

2023-03-02 Thread via GitHub
josh-fell commented on issue #29864: URL: https://github.com/apache/airflow/issues/29864#issuecomment-1451943639 Hi @MuthuVignesh91, I cannot reproduce this on Airflow 2.5.1 nor 2.4.0. DAG used: ```py from pendulum import datetime from airflow.decorators import dag

[GitHub] [airflow] BShraman opened a new issue, #29875: Airflow Connection Testing Using Airflow CLI

2023-03-02 Thread via GitHub
BShraman opened a new issue, #29875: URL: https://github.com/apache/airflow/issues/29875 ### Description Airflow Connection testing using airflow CLI would be very useful , where users can quick add test function to test connection in their applications. It will benefit CLI user to

[GitHub] [airflow] TJaniF commented on pull request #29842: Allow for templated args to be passed to the result_processor function in the GithubSensor fixing templated tags in GithubTagSensor

2023-03-02 Thread via GitHub
TJaniF commented on PR #29842: URL: https://github.com/apache/airflow/pull/29842#issuecomment-1451881773 @uranusjr if I change the default of `allow_templates_in_result_processor` to True in the GitHubSensor that means everyone who uses a custom operator using GitHubSensor.poke() with a

[GitHub] [airflow] Tonkonozhenko commented on pull request #28943: Add handling logic on CeleryExecutor to reschedule task stuck in queued status

2023-03-02 Thread via GitHub
Tonkonozhenko commented on PR #28943: URL: https://github.com/apache/airflow/pull/28943#issuecomment-1451848017 @okayhooni could you share your DAG that restarts tasks? Unfortunately, we face the same issue. -- This is an automated message from the Apache Git Service. To respond to the

[GitHub] [airflow] astronaut-chris opened a new issue, #29874: Filters don't persist after performing an action

2023-03-02 Thread via GitHub
astronaut-chris opened a new issue, #29874: URL: https://github.com/apache/airflow/issues/29874 ### Apache Airflow version 2.5.1 ### What happened When browsing DAG runs or task instances, the following workflow is common: 1. Filter for a specific set of dag runs,

[GitHub] [airflow] set92 commented on issue #29872: Task running again after finishing getting a SUCCESS

2023-03-02 Thread via GitHub
set92 commented on issue #29872: URL: https://github.com/apache/airflow/issues/29872#issuecomment-1451821475 Tracking the error and reading the other issue I think it may have to do with splitting the Dag to its own pod, we thought that this way it would generate and update the dags

[GitHub] [airflow] Taragolis commented on issue #11297: More type hints for Amazon provider

2023-03-02 Thread via GitHub
Taragolis commented on issue #11297: URL: https://github.com/apache/airflow/issues/11297#issuecomment-1451718915 I do not a time and desire to complete this (and other) tasks. For someone who would like to work on this, implement [this

[GitHub] [airflow] set92 opened a new issue, #29872: Task running again after finishing getting a SUCCESS

2023-03-02 Thread via GitHub
set92 opened a new issue, #29872: URL: https://github.com/apache/airflow/issues/29872 ### Apache Airflow version Other Airflow 2 version (please specify below) ### What happened Airflow version: 2.4.2 It looks like it is related to #27614 , but not sure how to

[GitHub] [airflow] PierreC1024 commented on a diff in pull request #29835: Provider Google Cloud - Add bigquery bi engine reservation operators

2023-03-02 Thread via GitHub
PierreC1024 commented on code in PR #29835: URL: https://github.com/apache/airflow/pull/29835#discussion_r1122930562 ## airflow/providers/google/cloud/hooks/bigquery_reservation.py: ## @@ -0,0 +1,129 @@ +# +# Licensed to the Apache Software Foundation (ASF) under one +# or more

[GitHub] [airflow] Taragolis opened a new pull request, #29871: Fix Amazon ECS Enums

2023-03-02 Thread via GitHub
Taragolis opened a new pull request, #29871: URL: https://github.com/apache/airflow/pull/29871 Follow-up: https://github.com/apache/airflow/pull/29761#issuecomment-1451039707 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to

[GitHub] [airflow] Bowrna commented on issue #9237: Inclusive or exclusive range filters in API

2023-03-02 Thread via GitHub
Bowrna commented on issue #9237: URL: https://github.com/apache/airflow/issues/9237#issuecomment-1451661031 Any update on the question that I have posted? Gentle reminder.. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and

[GitHub] [airflow] sudeepgupta90 commented on a diff in pull request #29870: Update index.rst - Flux helmRlease errors for jobs

2023-03-02 Thread via GitHub
sudeepgupta90 commented on code in PR #29870: URL: https://github.com/apache/airflow/pull/29870#discussion_r1122894448 ## docs/helm-chart/index.rst: ## @@ -141,6 +141,12 @@ This is so these CI/CD services can perform updates without issues and preserve This also applies if

[GitHub] [airflow] Taragolis commented on pull request #29761: Use waiters in ECS Operators instead of inner sensors

2023-03-02 Thread via GitHub
Taragolis commented on PR #29761: URL: https://github.com/apache/airflow/pull/29761#issuecomment-1451639773 Yep locally it also checked forever `¯\_(ツ)_/¯` I guess it is combination of airflow serializer, templated fields and multi inheritance (which I add for enums)

[GitHub] [airflow] ranga2crazyy commented on issue #29400: Network Error when changing DAG task instance status in UI

2023-03-02 Thread via GitHub
ranga2crazyy commented on issue #29400: URL: https://github.com/apache/airflow/issues/29400#issuecomment-1451632932 @ephraimbuddy I am not able to reproduce it. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL

[GitHub] [airflow] eladkal closed issue #29868: ZohoCRM Hook

2023-03-02 Thread via GitHub
eladkal closed issue #29868: ZohoCRM Hook URL: https://github.com/apache/airflow/issues/29868 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail:

[GitHub] [airflow] eladkal commented on issue #29868: ZohoCRM Hook

2023-03-02 Thread via GitHub
eladkal commented on issue #29868: URL: https://github.com/apache/airflow/issues/29868#issuecomment-1451627129 see `Can I contribute my own provider to Apache Airflow?` https://airflow.apache.org/docs/apache-airflow-providers/#how-to-create-your-own-provider If you are not willing

[GitHub] [airflow] minnieshi commented on issue #28637: version 2.4.1 migration job "run-airflow-migrations" run once only when deploy via helm or flux/kustomization

2023-03-02 Thread via GitHub
minnieshi commented on issue #28637: URL: https://github.com/apache/airflow/issues/28637#issuecomment-1451617254 found solution, updated the airflow documentation with below PR https://github.com/apache/airflow/pull/29870 -- This is an automated message from the Apache Git Service. To

[GitHub] [airflow] boring-cyborg[bot] commented on pull request #29870: Update index.rst - Flux helmRlease errors for jobs

2023-03-02 Thread via GitHub
boring-cyborg[bot] commented on PR #29870: URL: https://github.com/apache/airflow/pull/29870#issuecomment-1451613043 Congratulations on your first Pull Request and welcome to the Apache Airflow community! If you have any issues or are unsure about any anything please check our Contribution

[GitHub] [airflow] minnieshi opened a new pull request, #29870: Update index.rst - Flux helmRlease errors for jobs

2023-03-02 Thread via GitHub
minnieshi opened a new pull request, #29870: URL: https://github.com/apache/airflow/pull/29870 how to make airflow deploy with Flux work without errors "can not patch create user job; can not patch migrate db job" --- **^ Add meaningful description above** Read the

[GitHub] [airflow] PierreC1024 commented on a diff in pull request #29835: Provider Google Cloud - Add bigquery bi engine reservation operators

2023-03-02 Thread via GitHub
PierreC1024 commented on code in PR #29835: URL: https://github.com/apache/airflow/pull/29835#discussion_r1122855854 ## airflow/providers/google/cloud/example_dags/example_bigquery_reservation_bi_engine.py: ## @@ -0,0 +1,72 @@ +# +# Licensed to the Apache Software Foundation

[GitHub] [airflow] boring-cyborg[bot] commented on pull request #29869: Update sftp_to_s3.rst

2023-03-02 Thread via GitHub
boring-cyborg[bot] commented on PR #29869: URL: https://github.com/apache/airflow/pull/29869#issuecomment-1451594274 Congratulations on your first Pull Request and welcome to the Apache Airflow community! If you have any issues or are unsure about any anything please check our Contribution

[GitHub] [airflow] wesolowskim opened a new pull request, #29869: Update sftp_to_s3.rst

2023-03-02 Thread via GitHub
wesolowskim opened a new pull request, #29869: URL: https://github.com/apache/airflow/pull/29869 This operator does not use AWS transfer family. I just connects to SFTP, copies the file locally and puts it on S3. See:

[GitHub] [airflow] norm commented on issue #29336: Ensure setup/teardown dependencies raise an error

2023-03-02 Thread via GitHub
norm commented on issue #29336: URL: https://github.com/apache/airflow/issues/29336#issuecomment-1451592047 This was taken from the AIP: > It is an error for setup and teardown tasks to have dependencies (This is to allow us to work out the semantics of what multiple setup/teardown

[airflow] branch main updated: Impovements for RedshiftDataOperator: better error reporting and an ability to return SQL results (#29434)

2023-03-02 Thread taragolis
This is an automated email from the ASF dual-hosted git repository. taragolis pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/airflow.git The following commit(s) were added to refs/heads/main by this push: new ea8ce218b9 Impovements for

[GitHub] [airflow] boring-cyborg[bot] commented on pull request #29434: Impovements for RedshiftDataOperator

2023-03-02 Thread via GitHub
boring-cyborg[bot] commented on PR #29434: URL: https://github.com/apache/airflow/pull/29434#issuecomment-1451587155 Awesome work, congrats on your first merged pull request! -- This is an automated message from the Apache Git Service. To respond to the message, please log on to

[GitHub] [airflow] Taragolis merged pull request #29434: Impovements for RedshiftDataOperator

2023-03-02 Thread via GitHub
Taragolis merged PR #29434: URL: https://github.com/apache/airflow/pull/29434 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail:

[GitHub] [airflow] boring-cyborg[bot] commented on issue #29868: ZohoCRM Hook

2023-03-02 Thread via GitHub
boring-cyborg[bot] commented on issue #29868: URL: https://github.com/apache/airflow/issues/29868#issuecomment-1451573727 Thanks for opening your first issue here! Be sure to follow the issue template! -- This is an automated message from the Apache Git Service. To respond to the

[GitHub] [airflow] foodporty opened a new issue, #29868: ZohoCRM Hook

2023-03-02 Thread via GitHub
foodporty opened a new issue, #29868: URL: https://github.com/apache/airflow/issues/29868 ### Description **Zoho CRM hook** Allow developers to interact with the Zoho database ### Use case/motivation _No response_ ### Related issues _No response_

[GitHub] [airflow] pankajastro commented on a diff in pull request #29835: Provider Google Cloud - Add bigquery bi engine reservation operators

2023-03-02 Thread via GitHub
pankajastro commented on code in PR #29835: URL: https://github.com/apache/airflow/pull/29835#discussion_r1122802132 ## airflow/providers/google/cloud/hooks/bigquery_reservation.py: ## @@ -0,0 +1,129 @@ +# +# Licensed to the Apache Software Foundation (ASF) under one +# or more

[airflow] branch main updated (fb964fe5e2 -> c4f8e22227)

2023-03-02 Thread uranusjr
This is an automated email from the ASF dual-hosted git repository. uranusjr pushed a change to branch main in repository https://gitbox.apache.org/repos/asf/airflow.git from fb964fe5e2 Clear ExecutorLoader cache in tests (#29849) add c4f8e7 Move sqlalchemy.ext.declarative imports

[GitHub] [airflow] uranusjr merged pull request #29862: Move sqlalchemy.ext.declarative imports to orm

2023-03-02 Thread via GitHub
uranusjr merged PR #29862: URL: https://github.com/apache/airflow/pull/29862 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail:

[GitHub] [airflow] Taragolis commented on a diff in pull request #28850: Add deferrable mode in RedshiftPauseClusterOperator

2023-03-02 Thread via GitHub
Taragolis commented on code in PR #28850: URL: https://github.com/apache/airflow/pull/28850#discussion_r1122804707 ## airflow/providers/amazon/aws/operators/redshift_cluster.py: ## @@ -458,11 +460,15 @@ def __init__( *, cluster_identifier: str,

[GitHub] [airflow] norm commented on issue #29330: Ensure setup and teardown at both DAG and TG scope run in the right order

2023-03-02 Thread via GitHub
norm commented on issue #29330: URL: https://github.com/apache/airflow/issues/29330#issuecomment-1451548949 When there is a setup and teardown task at both the DAG scope *and* in one or more TaskGroups within the DAG, the execution order should be: 1. DAG setup 2. TG(s) setup

[GitHub] [airflow] Taragolis commented on a diff in pull request #28850: Add deferrable mode in RedshiftPauseClusterOperator

2023-03-02 Thread via GitHub
Taragolis commented on code in PR #28850: URL: https://github.com/apache/airflow/pull/28850#discussion_r1122802101 ## airflow/providers/amazon/provider.yaml: ## @@ -596,3 +597,4 @@ additional-extras: - name: pandas dependencies: - pandas>=0.17.1 + -

[GitHub] [airflow] Taragolis commented on a diff in pull request #28850: Add deferrable mode in RedshiftPauseClusterOperator

2023-03-02 Thread via GitHub
Taragolis commented on code in PR #28850: URL: https://github.com/apache/airflow/pull/28850#discussion_r1122799083 ## .github/workflows/ci.yml: ## @@ -801,6 +801,30 @@ jobs: run: breeze ci fix-ownership if: always() + tests-aws-async-provider: +

[GitHub] [airflow] norm commented on issue #29327: Enable implicit relationships for declared setup/teardown tasks

2023-03-02 Thread via GitHub
norm commented on issue #29327: URL: https://github.com/apache/airflow/issues/29327#issuecomment-1451544907 @dstandish Yes, sorry, dependencies. This means using `@setup`/`@teardown` on a task should create the dependency within the TG/DAG automatically rather than having to declare it

[GitHub] [airflow] Taragolis commented on a diff in pull request #28850: Add deferrable mode in RedshiftPauseClusterOperator

2023-03-02 Thread via GitHub
Taragolis commented on code in PR #28850: URL: https://github.com/apache/airflow/pull/28850#discussion_r1122798179 ## .github/workflows/ci.yml: ## @@ -801,6 +801,30 @@ jobs: run: breeze ci fix-ownership if: always() + tests-aws-async-provider: +

[GitHub] [airflow] pankajastro commented on a diff in pull request #28850: Add deferrable mode in RedshiftPauseClusterOperator

2023-03-02 Thread via GitHub
pankajastro commented on code in PR #28850: URL: https://github.com/apache/airflow/pull/28850#discussion_r1122787484 ## airflow/providers/amazon/provider.yaml: ## @@ -52,6 +52,7 @@ dependencies: - apache-airflow>=2.3.0 - apache-airflow-providers-common-sql>=1.3.1 -

[GitHub] [airflow] Taragolis commented on pull request #29761: Use waiters in ECS Operators instead of inner sensors

2023-03-02 Thread via GitHub
Taragolis commented on PR #29761: URL: https://github.com/apache/airflow/pull/29761#issuecomment-1451513993 > [ECS System test](https://github.com/apache/airflow/blob/main/tests/system/providers/amazon/aws/example_ecs.py) is failing after this merge, the

[GitHub] [airflow] pankajastro commented on a diff in pull request #28850: Add deferrable mode in RedshiftPauseClusterOperator

2023-03-02 Thread via GitHub
pankajastro commented on code in PR #28850: URL: https://github.com/apache/airflow/pull/28850#discussion_r1122772845 ## airflow/providers/amazon/aws/hooks/base_aws.py: ## @@ -865,3 +868,137 @@ def _parse_s3_config(config_file_name: str, config_format: str | None = "boto",

[GitHub] [airflow] pankajastro commented on a diff in pull request #28850: Add deferrable mode in RedshiftPauseClusterOperator

2023-03-02 Thread via GitHub
pankajastro commented on code in PR #28850: URL: https://github.com/apache/airflow/pull/28850#discussion_r1122765848 ## airflow/providers/amazon/provider.yaml: ## @@ -596,3 +597,4 @@ additional-extras: - name: pandas dependencies: - pandas>=0.17.1 + -

[GitHub] [airflow] brata96 commented on issue #24742: Import errors thrown by *new* DAGs are hidden from RBAC users' web ui

2023-03-02 Thread via GitHub
brata96 commented on issue #24742: URL: https://github.com/apache/airflow/issues/24742#issuecomment-1451499987 hi @Jordan Moore ! currently in my organization we have came across this issue, any progress on this issue yet? -- This is an automated message from the Apache Git Service. To

[GitHub] [airflow] pankajastro commented on a diff in pull request #28850: Add deferrable mode in RedshiftPauseClusterOperator

2023-03-02 Thread via GitHub
pankajastro commented on code in PR #28850: URL: https://github.com/apache/airflow/pull/28850#discussion_r1122760684 ## .github/workflows/ci.yml: ## @@ -801,6 +801,30 @@ jobs: run: breeze ci fix-ownership if: always() + tests-aws-async-provider: +

[GitHub] [airflow] pankajastro commented on a diff in pull request #28850: Add deferrable mode in RedshiftPauseClusterOperator

2023-03-02 Thread via GitHub
pankajastro commented on code in PR #28850: URL: https://github.com/apache/airflow/pull/28850#discussion_r1122757853 ## .github/workflows/ci.yml: ## @@ -801,6 +801,30 @@ jobs: run: breeze ci fix-ownership if: always() + tests-aws-async-provider: +

[GitHub] [airflow] potiuk closed issue #29861: add new provider

2023-03-02 Thread via GitHub
potiuk closed issue #29861: add new provider URL: https://github.com/apache/airflow/issues/29861 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail:

[GitHub] [airflow] potiuk commented on issue #29836: Restrict allowed characters in connection ids

2023-03-02 Thread via GitHub
potiuk commented on issue #29836: URL: https://github.com/apache/airflow/issues/29836#issuecomment-1451464521 Yep. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To

[airflow] branch main updated (1b17559f76 -> fb964fe5e2)

2023-03-02 Thread potiuk
This is an automated email from the ASF dual-hosted git repository. potiuk pushed a change to branch main in repository https://gitbox.apache.org/repos/asf/airflow.git from 1b17559f76 Workaround documentation prooblems for Boto3 (#29865) add fb964fe5e2 Clear ExecutorLoader cache in

[GitHub] [airflow] potiuk merged pull request #29849: Clear ExecutorLoader cache in tests

2023-03-02 Thread via GitHub
potiuk merged PR #29849: URL: https://github.com/apache/airflow/pull/29849 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail:

[GitHub] [airflow] potiuk commented on pull request #29849: Clear ExecutorLoader cache in tests

2023-03-02 Thread via GitHub
potiuk commented on PR #29849: URL: https://github.com/apache/airflow/pull/29849#issuecomment-145149 Merging. The docs build should be fixed by https://github.com/apache/airflow/pull/29865 -- This is an automated message from the Apache Git Service. To respond to the message, please

[airflow] branch main updated: Workaround documentation prooblems for Boto3 (#29865)

2023-03-02 Thread potiuk
This is an automated email from the ASF dual-hosted git repository. potiuk pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/airflow.git The following commit(s) were added to refs/heads/main by this push: new 1b17559f76 Workaround documentation prooblems for

[GitHub] [airflow] potiuk merged pull request #29865: Workaround documentation prooblems for Boto3

2023-03-02 Thread via GitHub
potiuk merged PR #29865: URL: https://github.com/apache/airflow/pull/29865 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail:

[GitHub] [airflow] potiuk commented on pull request #29865: Workaround documentation prooblems for Boto3

2023-03-02 Thread via GitHub
potiuk commented on PR #29865: URL: https://github.com/apache/airflow/pull/29865#issuecomment-1451453492 Confirmed that it works locally. Merging. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to

<    1   2