[GitHub] [airflow] shicholas closed issue #22349: 2022 Summer of Docs Proposal

2022-03-24 Thread GitBox
shicholas closed issue #22349: URL: https://github.com/apache/airflow/issues/22349 -- 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: commits-unsubsc

[GitHub] [airflow] shicholas commented on issue #22349: 2022 Summer of Docs Proposal

2022-03-24 Thread GitBox
shicholas commented on issue #22349: URL: https://github.com/apache/airflow/issues/22349#issuecomment-1078661929 email sent to both of you, let's start moving this to Slack and get something ready for the 4/4 deadline. -- This is an automated message from the Apache Git Service. To respo

[GitHub] [airflow] caxefaizan opened a new pull request #22522: Update example_s3_bucket.py

2022-03-24 Thread GitBox
caxefaizan opened a new pull request #22522: URL: https://github.com/apache/airflow/pull/22522 DAG doesnt show up with `from airflow.models.dag import DAG` -- 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] masterlittle commented on pull request #21784: Add tags inside try block.

2022-03-24 Thread GitBox
masterlittle commented on pull request #21784: URL: https://github.com/apache/airflow/pull/21784#issuecomment-1078655603 Any idea in which release this is gonna be merged? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and u

[GitHub] [airflow] jedcunningham opened a new pull request #22521: Update black precommit

2022-03-24 Thread GitBox
jedcunningham opened a new pull request #22521: URL: https://github.com/apache/airflow/pull/22521 Use latest version of black (first "non-beta" release 🎉), drop py36, and add py310. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to G

[GitHub] [airflow] dstandish edited a comment on pull request #22520: Deprecate use of prefx `extra____` in connections

2022-03-24 Thread GitBox
dstandish edited a comment on pull request #22520: URL: https://github.com/apache/airflow/pull/22520#issuecomment-1078641035 @ashb @kaxil @josh-fell @potiuk still a draft, need to some more review and testing, but. this seems to be a viable path forward re making it so we no longer ne

[GitHub] [airflow] dstandish commented on pull request #22520: Deprecate use of prefx `extra____` in connections

2022-03-24 Thread GitBox
dstandish commented on pull request #22520: URL: https://github.com/apache/airflow/pull/22520#issuecomment-1078641035 @ashb @kaxil @josh-fell @potiuk still a draft, need to some more review and testing, but. this seems to be a viable path forward re making it so we no longer need that

[GitHub] [airflow] dstandish opened a new pull request #22520: Deprecate use of prefx `extra____` in connections

2022-03-24 Thread GitBox
dstandish opened a new pull request #22520: URL: https://github.com/apache/airflow/pull/22520 We namespaced custom connection fields (which are stored in the `extra` json field) with prefix `extra` in order to keep them unique in a global dictionary of fields. This made it ugly

[GitHub] [airflow] harishkrao commented on issue #20453: The "has_calls" is used in place of "assert_has_calls" in a few places

2022-03-24 Thread GitBox
harishkrao commented on issue #20453: URL: https://github.com/apache/airflow/issues/20453#issuecomment-1078615559 Of the open issues, only the airbyte provider issues remain to be fixed. I am working on them and will submit a separate PR soon. ``` ./tests/providers/airbyte/hooks/test_

[GitHub] [airflow] harishkrao commented on pull request #22213: Issue 20453 google common cloud fixes part 1

2022-03-24 Thread GitBox
harishkrao commented on pull request #22213: URL: https://github.com/apache/airflow/pull/22213#issuecomment-1078614670 Thank you @uranusjr and @potiuk for your reviews and comments :) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to

[GitHub] [airflow] github-actions[bot] commented on pull request #22488: Use logger to print message during task execution.

2022-03-24 Thread GitBox
github-actions[bot] commented on pull request #22488: URL: https://github.com/apache/airflow/pull/22488#issuecomment-1078585901 The PR is likely OK to be merged with just subset of tests for default Python and Database versions without running the full matrix of tests, because it does not

[GitHub] [airflow] josh-fell opened a new pull request #22519: Remove references to deprecated operators/params in PubSub operators

2022-03-24 Thread GitBox
josh-fell opened a new pull request #22519: URL: https://github.com/apache/airflow/pull/22519 The Python API docs for Google PubSub operators were referencing deprecated operators and parameters. This PR updates operator docstrings, and in one case a `DeprecationWarning` message, to refle

[airflow] branch main updated: Disable connection pool for celery worker (#22493)

2022-03-24 Thread uranusjr
This is an automated email from the ASF dual-hosted git repository. uranusjr 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 ee1d143 Disable connection pool for celery worke

[GitHub] [airflow] uranusjr merged pull request #22493: Disable connection pool for celery worker

2022-03-24 Thread GitBox
uranusjr merged pull request #22493: URL: https://github.com/apache/airflow/pull/22493 -- 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: commits-uns

[GitHub] [airflow] uranusjr commented on a change in pull request #22503: PowerShell Remoting fail on non-zero exitcode

2022-03-24 Thread GitBox
uranusjr commented on a change in pull request #22503: URL: https://github.com/apache/airflow/pull/22503#discussion_r834896965 ## File path: airflow/providers/microsoft/psrp/operators/psrp.py ## @@ -146,6 +146,10 @@ def execute(self, context: "Context") -> Optional[List[Any]]:

[GitHub] [airflow] github-actions[bot] commented on pull request #22341: Add API endpoint to list mapped task instances

2022-03-24 Thread GitBox
github-actions[bot] commented on pull request #22341: URL: https://github.com/apache/airflow/pull/22341#issuecomment-1078572197 The PR most likely needs to run full matrix of tests because it modifies parts of the core of Airflow. However, committers might decide to merge it quickly and ta

[GitHub] [airflow] uranusjr commented on pull request #22509: Make `defer` more tolerant of signature differences in subclasses

2022-03-24 Thread GitBox
uranusjr commented on pull request #22509: URL: https://github.com/apache/airflow/pull/22509#issuecomment-1078571095 Copying my comments from Slack: - Why does the class need to rely on the `defer` method having a different signature? Why can it not call an internal functi

[GitHub] [airflow] uranusjr commented on a change in pull request #22123: Add details drawer to Grid View

2022-03-24 Thread GitBox
uranusjr commented on a change in pull request #22123: URL: https://github.com/apache/airflow/pull/22123#discussion_r834883768 ## File path: airflow/www/views.py ## @@ -527,6 +527,21 @@ def get_task_stats_from_query(qry): return data +def redirect_or_json(origin, retur

[airflow] branch main updated: Add ignore_first_depends_on_past for scheduled jobs (#22491)

2022-03-24 Thread uranusjr
This is an automated email from the ASF dual-hosted git repository. uranusjr 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 8e7cb1f Add ignore_first_depends_on_past for sch

[GitHub] [airflow] uranusjr merged pull request #22491: Add ignore_first_depends_on_past for scheduled jobs

2022-03-24 Thread GitBox
uranusjr merged pull request #22491: URL: https://github.com/apache/airflow/pull/22491 -- 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: commits-uns

[GitHub] [airflow-client-go] senthilkumarkj commented on pull request #21: Fix parsing of ScheduleInterval

2022-03-24 Thread GitBox
senthilkumarkj commented on pull request #21: URL: https://github.com/apache/airflow-client-go/pull/21#issuecomment-1078568678 I see the comment `Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.` Is there another way to fix this? -- This is an au

[GitHub] [airflow] uranusjr opened a new pull request #22518: Remove task group mapping for now

2022-03-24 Thread GitBox
uranusjr opened a new pull request #22518: URL: https://github.com/apache/airflow/pull/22518 Too many things to cover just to properly implement operator-level mapping. Let's leave this out of 2.3. We can do this later. -- This is an automated message from the Apache Git Service. To resp

[GitHub] [airflow] ferruzzi edited a comment on pull request #22517: Adds HiveToDynamoDB Transfer Sample DAG and Docs

2022-03-24 Thread GitBox
ferruzzi edited a comment on pull request #22517: URL: https://github.com/apache/airflow/pull/22517#issuecomment-1078557899 Gah. PyCharm flagged that as a warning but it passed the local CI (`./scripts/ci/testing/ci_run_airflow_testing.sh`) so I thought it should pass here. Is there anot

[GitHub] [airflow] SasanAhmadi edited a comment on pull request #22421: Add `JenkinsBuildSensor`

2022-03-24 Thread GitBox
SasanAhmadi edited a comment on pull request #22421: URL: https://github.com/apache/airflow/pull/22421#issuecomment-1075807192 > https://avatars.githubusercontent.com/u/45845474?s=60&v=4";> I have local environment setup, working on this locally, I will push changes and ask for revie

[GitHub] [airflow] ferruzzi edited a comment on pull request #22517: Adds HiveToDynamoDB Transfer Sample DAG and Docs

2022-03-24 Thread GitBox
ferruzzi edited a comment on pull request #22517: URL: https://github.com/apache/airflow/pull/22517#issuecomment-1078557899 Gah. PyCharm flagged that as a warning but it passed the local CI (`./scripts/ci/testing/ci_run_airflow_testing.sh`) so I thought it might pass. Is there another wa

[GitHub] [airflow] ferruzzi commented on pull request #22517: Adds HiveToDynamoDB Transfer Sample DAG and Docs

2022-03-24 Thread GitBox
ferruzzi commented on pull request #22517: URL: https://github.com/apache/airflow/pull/22517#issuecomment-1078557899 Gah. PyCharm flagged that asa warning but it passed the local CI (`./scripts/ci/testing/ci_run_airflow_testing.sh`) so I thought it might pass. Is there another way to us

[airflow] branch constraints-2-2 updated: Update constraints for K8s

2022-03-24 Thread potiuk
This is an automated email from the ASF dual-hosted git repository. potiuk pushed a commit to branch constraints-2-2 in repository https://gitbox.apache.org/repos/asf/airflow.git The following commit(s) were added to refs/heads/constraints-2-2 by this push: new 37822c8 Update constraints f

[airflow] branch v2-2-test updated (f0df66a -> 49d23b7)

2022-03-24 Thread potiuk
This is an automated email from the ASF dual-hosted git repository. potiuk pushed a change to branch v2-2-test in repository https://gitbox.apache.org/repos/asf/airflow.git. discard f0df66a Make v2-2-specific CI workflow add 49d23b7 Make v2-2-specific CI workflow This update added new r

[airflow] branch v2-2-test updated (a2f0589 -> f0df66a)

2022-03-24 Thread potiuk
This is an automated email from the ASF dual-hosted git repository. potiuk pushed a change to branch v2-2-test in repository https://gitbox.apache.org/repos/asf/airflow.git. discard a2f0589 Make v2-2-specific CI workflow add f0df66a Make v2-2-specific CI workflow This update added new r

[airflow] branch v2-2-test updated (d507ecc -> a2f0589)

2022-03-24 Thread potiuk
This is an automated email from the ASF dual-hosted git repository. potiuk pushed a change to branch v2-2-test in repository https://gitbox.apache.org/repos/asf/airflow.git. discard d507ecc Make v2-2-specific CI workflow add a2f0589 Make v2-2-specific CI workflow This update added new r

[GitHub] [airflow] github-actions[bot] commented on pull request #20583: ExternalTaskSensorAsync: Deferrable ("Async") version of ExternalTaskSensor

2022-03-24 Thread GitBox
github-actions[bot] commented on pull request #20583: URL: https://github.com/apache/airflow/pull/20583#issuecomment-1078521435 This pull request has been automatically marked as stale because it has not had recent activity. It will be closed in 5 days if no further activity occurs. Thank

[airflow] branch v2-2-test updated (95d5da1 -> d507ecc)

2022-03-24 Thread potiuk
This is an automated email from the ASF dual-hosted git repository. potiuk pushed a change to branch v2-2-test in repository https://gitbox.apache.org/repos/asf/airflow.git. discard 95d5da1 Make v2-2-specific CI workflow add d507ecc Make v2-2-specific CI workflow This update added new r

[airflow] branch v2-2-test updated (da3814d -> 95d5da1)

2022-03-24 Thread potiuk
This is an automated email from the ASF dual-hosted git repository. potiuk pushed a change to branch v2-2-test in repository https://gitbox.apache.org/repos/asf/airflow.git. discard da3814d Make v2-2-specific CI workflow add 95d5da1 Make v2-2-specific CI workflow This update added new r

[airflow] branch v2-2-test updated (f4cfd8d -> da3814d)

2022-03-24 Thread potiuk
This is an automated email from the ASF dual-hosted git repository. potiuk pushed a change to branch v2-2-test in repository https://gitbox.apache.org/repos/asf/airflow.git. discard f4cfd8d Make v2-2-specific CI workflow add da3814d Make v2-2-specific CI workflow This update added new r

[GitHub] [airflow] ferruzzi commented on a change in pull request #22311: New design of system tests

2022-03-24 Thread GitBox
ferruzzi commented on a change in pull request #22311: URL: https://github.com/apache/airflow/pull/22311#discussion_r834799952 ## File path: tests/system/providers/google/bigquery/example_bigquery_dataset.py ## @@ -0,0 +1,95 @@ +# +# Licensed to the Apache Software Foundation (

[airflow] branch v2-2-test updated (521f09b -> f4cfd8d)

2022-03-24 Thread potiuk
This is an automated email from the ASF dual-hosted git repository. potiuk pushed a change to branch v2-2-test in repository https://gitbox.apache.org/repos/asf/airflow.git. from 521f09b Remove tests that are not really needed in 2-2 branch add f4cfd8d Make v2-2-specific CI workflow

[GitHub] [airflow] ferruzzi commented on a change in pull request #22517: Adds HiveToDynamoDB Transfer Sample DAG and Docs

2022-03-24 Thread GitBox
ferruzzi commented on a change in pull request #22517: URL: https://github.com/apache/airflow/pull/22517#discussion_r834824998 ## File path: airflow/providers/amazon/aws/example_dags/example_hive_to_dynamodb.py ## @@ -0,0 +1,133 @@ +# Licensed to the Apache Software Foundation

[GitHub] [airflow] ferruzzi opened a new pull request #22517: Adds HiveToDynamoDB Transfer Sample DAG and Docs

2022-03-24 Thread GitBox
ferruzzi opened a new pull request #22517: URL: https://github.com/apache/airflow/pull/22517 Does what it says on the tin; adds sample dag and docs for an existing transfer. Part of a project to simplify and standardize AWS sample dags and docs in preparation for adding System Testi

[GitHub] [airflow] ferruzzi commented on a change in pull request #22311: New design of system tests

2022-03-24 Thread GitBox
ferruzzi commented on a change in pull request #22311: URL: https://github.com/apache/airflow/pull/22311#discussion_r834799952 ## File path: tests/system/providers/google/bigquery/example_bigquery_dataset.py ## @@ -0,0 +1,95 @@ +# +# Licensed to the Apache Software Foundation (

[GitHub] [airflow] ferruzzi commented on a change in pull request #22311: New design of system tests

2022-03-24 Thread GitBox
ferruzzi commented on a change in pull request #22311: URL: https://github.com/apache/airflow/pull/22311#discussion_r834798110 ## File path: tests/system/providers/google/bigquery/example_bigquery_dataset.py ## @@ -0,0 +1,95 @@ +# +# Licensed to the Apache Software Foundation (

[GitHub] [airflow] pingzh commented on pull request #22416: Pass X-Presto-Client-Info in presto hook

2022-03-24 Thread GitBox
pingzh commented on pull request #22416: URL: https://github.com/apache/airflow/pull/22416#issuecomment-1078459727 > @pingzh Should we do that also for TrinoHook? https://trino.io/docs/current/develop/client-protocol.html#client-request-headers @eladkal good catch. let me add that as

[GitHub] [airflow] ferruzzi commented on a change in pull request #22311: New design of system tests

2022-03-24 Thread GitBox
ferruzzi commented on a change in pull request #22311: URL: https://github.com/apache/airflow/pull/22311#discussion_r834798110 ## File path: tests/system/providers/google/bigquery/example_bigquery_dataset.py ## @@ -0,0 +1,95 @@ +# +# Licensed to the Apache Software Foundation (

[GitHub] [airflow] ferruzzi commented on a change in pull request #22311: New design of system tests

2022-03-24 Thread GitBox
ferruzzi commented on a change in pull request #22311: URL: https://github.com/apache/airflow/pull/22311#discussion_r834798110 ## File path: tests/system/providers/google/bigquery/example_bigquery_dataset.py ## @@ -0,0 +1,95 @@ +# +# Licensed to the Apache Software Foundation (

[GitHub] [airflow] ferruzzi commented on a change in pull request #22311: New design of system tests

2022-03-24 Thread GitBox
ferruzzi commented on a change in pull request #22311: URL: https://github.com/apache/airflow/pull/22311#discussion_r834798110 ## File path: tests/system/providers/google/bigquery/example_bigquery_dataset.py ## @@ -0,0 +1,95 @@ +# +# Licensed to the Apache Software Foundation (

[GitHub] [airflow] pierrejeambrun commented on issue #11547: PostgresToGoogleCloudStorageOperator - Custom schema mapping

2022-03-24 Thread GitBox
pierrejeambrun commented on issue #11547: URL: https://github.com/apache/airflow/issues/11547#issuecomment-1078457922 Hello, Thank you @eladkal for pointing me to this issue. I'd be glad to work on it and implement the suggested modifications. Best, -- This is an automated

[GitHub] [airflow] potiuk closed pull request #22311: New design of system tests

2022-03-24 Thread GitBox
potiuk closed pull request #22311: URL: https://github.com/apache/airflow/pull/22311 -- 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: commits-unsub

[airflow] branch main updated: Remove back 3.6 to unblock PRs (#22516)

2022-03-24 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 e3a68e2 Remove back 3.6 to unblock PRs (#22516) e3

[GitHub] [airflow] potiuk closed pull request #22516: Remove back 3.6 to unblock PRs

2022-03-24 Thread GitBox
potiuk closed pull request #22516: URL: https://github.com/apache/airflow/pull/22516 -- 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: commits-unsub

[GitHub] [airflow] github-actions[bot] commented on pull request #22516: Remove back 3.6 to unblock PRs

2022-03-24 Thread GitBox
github-actions[bot] commented on pull request #22516: URL: https://github.com/apache/airflow/pull/22516#issuecomment-1078441391 The PR most likely needs to run full matrix of tests because it modifies parts of the core of Airflow. However, committers might decide to merge it quickly and ta

[GitHub] [airflow-client-go] senthilkumarkj opened a new pull request #21: Fix parsing of ScheduleInterval

2022-03-24 Thread GitBox
senthilkumarkj opened a new pull request #21: URL: https://github.com/apache/airflow-client-go/pull/21 __type is a common field in all the allowed types, so schedule interval will never be `{}`. So we can't compare against empty struct alone to find if we've the right type. We need to

[GitHub] [airflow-client-go] senthilkumarkj opened a new issue #20: Parsing of Schedule Interval fails (possibly always)

2022-03-24 Thread GitBox
senthilkumarkj opened a new issue #20: URL: https://github.com/apache/airflow-client-go/issues/20 https://github.com/apache/airflow-client-go/blob/main/airflow/model_schedule_interval.go#L60-L114 This function tries to parse the data such as ``` { "__type": "CronExpre

[GitHub] [airflow] potiuk opened a new pull request #22516: Remove back 3.6 to unblock PRs

2022-03-24 Thread GitBox
potiuk opened a new pull request #22516: URL: https://github.com/apache/airflow/pull/22516 --- **^ Add meaningful description above** Read the **[Pull Request Guidelines](https://github.com/apache/airflow/blob/main/CONTRIBUTING.rst#pull-request-guidelines)** for more info

[GitHub] [airflow] eladkal commented on pull request #22416: Pass X-Presto-Client-Info in presto hook

2022-03-24 Thread GitBox
eladkal commented on pull request #22416: URL: https://github.com/apache/airflow/pull/22416#issuecomment-1078435834 @pingzh Should we do that also for TrinoHook? https://trino.io/docs/current/develop/client-protocol.html#client-request-headers -- This is an automated message from the

[GitHub] [airflow] potiuk commented on pull request #22311: New design of system tests

2022-03-24 Thread GitBox
potiuk commented on pull request #22311: URL: https://github.com/apache/airflow/pull/22311#issuecomment-1078415415 Rebuilding (aftermath of preparing 2.2.5 release) -- 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] potiuk closed pull request #22311: New design of system tests

2022-03-24 Thread GitBox
potiuk closed pull request #22311: URL: https://github.com/apache/airflow/pull/22311 -- 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: commits-unsub

[airflow] branch v2-2-test updated (cdc5442 -> 521f09b)

2022-03-24 Thread potiuk
This is an automated email from the ASF dual-hosted git repository. potiuk pushed a change to branch v2-2-test in repository https://gitbox.apache.org/repos/asf/airflow.git. from cdc5442 Add back celery intersphinx mapping (#22370) add 17390dc Add `dbt` spelling add 521f09b Remo

[airflow] branch main updated (b060416 -> 05b4409)

2022-03-24 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 b060416 Make sure finalizers are not skipped during exception handling (#22475) add 05b4409 Pass X-Presto-Clie

[GitHub] [airflow] potiuk merged pull request #22416: Pass X-Presto-Client-Info in presto hook

2022-03-24 Thread GitBox
potiuk merged pull request #22416: URL: https://github.com/apache/airflow/pull/22416 -- 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: commits-unsub

[airflow] branch main updated (202a3a1 -> b060416)

2022-03-24 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 202a3a1 Fix failing Breeze2 tests after adding 3.6 version in main (#22514) add b060416 Make sure finalizers a

[airflow] branch main updated (7ab45d4 -> 202a3a1)

2022-03-24 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 7ab45d4 Update secrets backends to use get_conn_value instead of get_conn_uri (#22348) add 202a3a1 Fix failing

[GitHub] [airflow] potiuk merged pull request #22475: Make sure finalizers are not skipped during exception handling

2022-03-24 Thread GitBox
potiuk merged pull request #22475: URL: https://github.com/apache/airflow/pull/22475 -- 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: commits-unsub

[GitHub] [airflow] potiuk closed issue #22404: tempfile.TemporaryDirectory does not get deleted after task failure

2022-03-24 Thread GitBox
potiuk closed issue #22404: URL: https://github.com/apache/airflow/issues/22404 -- 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: commits-unsubscr..

[GitHub] [airflow] potiuk merged pull request #22514: Fix failing Breeze2 tests after adding 3.6 version in main

2022-03-24 Thread GitBox
potiuk merged pull request #22514: URL: https://github.com/apache/airflow/pull/22514 -- 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: commits-unsub

[GitHub] [airflow] potiuk commented on pull request #22514: Fix failing Breeze2 tests after adding 3.6 version in main

2022-03-24 Thread GitBox
potiuk commented on pull request #22514: URL: https://github.com/apache/airflow/pull/22514#issuecomment-1078368972 Yep. Breeze2 Tests are passing now. -- 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 g

[airflow] branch main updated (f06b395 -> 7ab45d4)

2022-03-24 Thread dstandish
This is an automated email from the ASF dual-hosted git repository. dstandish pushed a change to branch main in repository https://gitbox.apache.org/repos/asf/airflow.git. from f06b395 Add map_index and run_id to TaskFail (#22260) add 7ab45d4 Update secrets backends to use get_conn_va

[GitHub] [airflow] dstandish merged pull request #22348: Update secrets backends to use get_conn_value instead of get_conn_uri

2022-03-24 Thread GitBox
dstandish merged pull request #22348: URL: https://github.com/apache/airflow/pull/22348 -- 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: commits-un

[GitHub] [airflow] potiuk opened a new pull request #22514: Fix failing Breeze2 tests after adding 3.6 version in main

2022-03-24 Thread GitBox
potiuk opened a new pull request #22514: URL: https://github.com/apache/airflow/pull/22514 --- **^ Add meaningful description above** Read the **[Pull Request Guidelines](https://github.com/apache/airflow/blob/main/CONTRIBUTING.rst#pull-request-guidelines)** for more info

[GitHub] [airflow] potiuk commented on pull request #22311: New design of system tests

2022-03-24 Thread GitBox
potiuk commented on pull request #22311: URL: https://github.com/apache/airflow/pull/22311#issuecomment-1078337961 Echch -- 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] potiuk commented on pull request #22311: New design of system tests

2022-03-24 Thread GitBox
potiuk commented on pull request #22311: URL: https://github.com/apache/airflow/pull/22311#issuecomment-1078332255 Fixed Python 3.6 (needed for 2.2.5 release) in main. I hope it will succeed this time :) -- This is an automated message from the Apache Git Service. To respond to the messa

[GitHub] [airflow] potiuk closed pull request #22311: New design of system tests

2022-03-24 Thread GitBox
potiuk closed pull request #22311: URL: https://github.com/apache/airflow/pull/22311 -- 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: commits-unsub

[airflow] branch v2-2-test updated (91cb8d9 -> cdc5442)

2022-03-24 Thread potiuk
This is an automated email from the ASF dual-hosted git repository. potiuk pushed a change to branch v2-2-test in repository https://gitbox.apache.org/repos/asf/airflow.git. from 91cb8d9 Fix broken links to celery documentation (#22364) add cdc5442 Add back celery intersphinx mapping

[airflow] branch v2-2-test updated (5ad1637 -> 91cb8d9)

2022-03-24 Thread potiuk
This is an automated email from the ASF dual-hosted git repository. potiuk pushed a change to branch v2-2-test in repository https://gitbox.apache.org/repos/asf/airflow.git. from 5ad1637 Remove provider tests failing collection because lack of cherry-picks add 2ddfae9 Limit docs buil

[GitHub] [airflow] github-actions[bot] commented on pull request #22348: Update secrets backends to use get_conn_value instead of get_conn_uri

2022-03-24 Thread GitBox
github-actions[bot] commented on pull request #22348: URL: https://github.com/apache/airflow/pull/22348#issuecomment-1078279165 The PR is likely OK to be merged with just subset of tests for default Python and Database versions without running the full matrix of tests, because it does not

[airflow] branch v2-2-test updated (e089f66 -> 5ad1637)

2022-03-24 Thread potiuk
This is an automated email from the ASF dual-hosted git repository. potiuk pushed a change to branch v2-2-test in repository https://gitbox.apache.org/repos/asf/airflow.git. from e089f66 Fixed dask executor and tests (#22027) add 5ad1637 Remove provider tests failing collection becaus

[GitHub] [airflow] potiuk commented on pull request #22492: Converts Dockerfiles to be standalone

2022-03-24 Thread GitBox
potiuk commented on pull request #22492: URL: https://github.com/apache/airflow/pull/22492#issuecomment-1078254622 Green :) -- 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.

[airflow] branch v2-2-test updated (73a7885 -> e089f66)

2022-03-24 Thread potiuk
This is an automated email from the ASF dual-hosted git repository. potiuk pushed a change to branch v2-2-test in repository https://gitbox.apache.org/repos/asf/airflow.git. from 73a7885 Synchronize setup.py files with new providers add 592a886 Remove memorystore, not importable examp

[airflow] branch main updated (7ccde55 -> f06b395)

2022-03-24 Thread dstandish
This is an automated email from the ASF dual-hosted git repository. dstandish pushed a change to branch main in repository https://gitbox.apache.org/repos/asf/airflow.git. from 7ccde55 Add allowed 3.6 version for 2.2.5 release (#22513) add f06b395 Add map_index and run_id to TaskFail

[GitHub] [airflow] dstandish merged pull request #22260: Add map_index to TaskFail

2022-03-24 Thread GitBox
dstandish merged pull request #22260: URL: https://github.com/apache/airflow/pull/22260 -- 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: commits-un

[airflow] branch main updated (5760d81 -> 7ccde55)

2022-03-24 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 5760d81 Bring back python 3.6 possibility for Airlfow 2.2.5 builds (#22511) add 7ccde55 Add allowed 3.6 versio

[GitHub] [airflow] potiuk merged pull request #22513: Add allowed 3.6 version for 2.2.5 release

2022-03-24 Thread GitBox
potiuk merged pull request #22513: URL: https://github.com/apache/airflow/pull/22513 -- 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: commits-unsub

[GitHub] [airflow] potiuk opened a new pull request #22513: Add allowed 3.6 version for 2.2.5 release

2022-03-24 Thread GitBox
potiuk opened a new pull request #22513: URL: https://github.com/apache/airflow/pull/22513 --- **^ Add meaningful description above** Read the **[Pull Request Guidelines](https://github.com/apache/airflow/blob/main/CONTRIBUTING.rst#pull-request-guidelines)** for more info

[GitHub] [airflow] potiuk commented on pull request #22311: New design of system tests

2022-03-24 Thread GitBox
potiuk commented on pull request #22311: URL: https://github.com/apache/airflow/pull/22311#issuecomment-1078195770 Ah.. need rebase -- 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 speci

[GitHub] [airflow] potiuk edited a comment on pull request #22311: New design of system tests

2022-03-24 Thread GitBox
potiuk edited a comment on pull request #22311: URL: https://github.com/apache/airflow/pull/22311#issuecomment-1078192924 I pushed a fixup @bhirsz - > just ignoring this file in pre-commit (as an exception) -- This is an automated message from the Apache Git Service. To respond to the m

[GitHub] [airflow] potiuk commented on pull request #22311: New design of system tests

2022-03-24 Thread GitBox
potiuk commented on pull request #22311: URL: https://github.com/apache/airflow/pull/22311#issuecomment-1078163698 Seems like the precommit check did not include bigquery loop case :) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to

[GitHub] [airflow] potiuk commented on pull request #22311: New design of system tests

2022-03-24 Thread GitBox
potiuk commented on pull request #22311: URL: https://github.com/apache/airflow/pull/22311#issuecomment-1078149904 H. Static checks! -- 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 speci

[airflow] branch v2-2-test updated (0be4d78 -> 73a7885)

2022-03-24 Thread potiuk
This is an automated email from the ASF dual-hosted git repository. potiuk pushed a change to branch v2-2-test in repository https://gitbox.apache.org/repos/asf/airflow.git. discard 0be4d78 Synchronize setup.py files with new providers add 73a7885 Synchronize setup.py files with new prov

[airflow] branch constraints-2-2 updated: Fix pandas constraints

2022-03-24 Thread potiuk
This is an automated email from the ASF dual-hosted git repository. potiuk pushed a commit to branch constraints-2-2 in repository https://gitbox.apache.org/repos/asf/airflow.git The following commit(s) were added to refs/heads/constraints-2-2 by this push: new 7f40cbc Fix pandas constrain

[GitHub] [airflow] SasanAhmadi edited a comment on pull request #22421: Add `JenkinsBuildSensor`

2022-03-24 Thread GitBox
SasanAhmadi edited a comment on pull request #22421: URL: https://github.com/apache/airflow/pull/22421#issuecomment-1076721816 @eladkal can you confirm everything is fine with the last change? slipped from my eye you've already applied the change -- This is an automated message from the

[airflow] branch v2-2-test updated (730b985 -> 0be4d78)

2022-03-24 Thread potiuk
This is an automated email from the ASF dual-hosted git repository. potiuk pushed a change to branch v2-2-test in repository https://gitbox.apache.org/repos/asf/airflow.git. discard 730b985 Synchronize setup.py files with new providers add 0be4d78 Synchronize setup.py files with new prov

[airflow] branch main updated (d231e9b -> 5760d81)

2022-03-24 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 d231e9b Remove coerce_datetime usage from GCSTimeSpanFileTransformOperator (#22501) add 5760d81 Bring back pyt

[GitHub] [airflow] raphaelauv edited a comment on issue #22485: KubernetesPodOperator matches the task pod and goes into deadlock

2022-03-24 Thread GitBox
raphaelauv edited a comment on issue #22485: URL: https://github.com/apache/airflow/issues/22485#issuecomment-1076257110 -- 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 constraints-2-2 updated: Update constraints for 2.2.5 release

2022-03-24 Thread potiuk
This is an automated email from the ASF dual-hosted git repository. potiuk pushed a commit to branch constraints-2-2 in repository https://gitbox.apache.org/repos/asf/airflow.git The following commit(s) were added to refs/heads/constraints-2-2 by this push: new 9aa544c Update constraints f

[GitHub] [airflow] potiuk merged pull request #22511: Bring back python 3.6 possibility for Airlfow 2.2.5 builds

2022-03-24 Thread GitBox
potiuk merged pull request #22511: URL: https://github.com/apache/airflow/pull/22511 -- 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: commits-unsub

[GitHub] [airflow] virendhar-aws opened a new issue #22512: ECS Operator: Realtime container execution logs in Airflow task execution log

2022-03-24 Thread GitBox
virendhar-aws opened a new issue #22512: URL: https://github.com/apache/airflow/issues/22512 ### Description # Objective: Add functionality to Airflow ECSOperator to capture the task execution logs as they happen from AWS CloudWatch to the ECSOperator's task execution logs.

[GitHub] [airflow] boring-cyborg[bot] commented on issue #22512: ECS Operator: Realtime container execution logs in Airflow task execution log

2022-03-24 Thread GitBox
boring-cyborg[bot] commented on issue #22512: URL: https://github.com/apache/airflow/issues/22512#issuecomment-1078003648 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 mes

[GitHub] [airflow] pingzh commented on a change in pull request #22416: Pass X-Presto-Client-Info in presto hook

2022-03-24 Thread GitBox
pingzh commented on a change in pull request #22416: URL: https://github.com/apache/airflow/pull/22416#discussion_r834650996 ## File path: airflow/providers/presto/hooks/presto.py ## @@ -27,6 +28,33 @@ from airflow.configuration import conf from airflow.hooks.dbapi import DbA

[GitHub] [airflow] github-actions[bot] commented on pull request #22511: Bring back python 3.6 possibility for Airlfow 2.2.5 builds

2022-03-24 Thread GitBox
github-actions[bot] commented on pull request #22511: URL: https://github.com/apache/airflow/pull/22511#issuecomment-1077989147 The PR most likely needs to run full matrix of tests because it modifies parts of the core of Airflow. However, committers might decide to merge it quickly and ta

[GitHub] [airflow] pingzh commented on pull request #21877: AIP-45 Remove dag parsing in airflow run local

2022-03-24 Thread GitBox
pingzh commented on pull request #21877: URL: https://github.com/apache/airflow/pull/21877#issuecomment-1077979023 @potiuk i have added back the `fork` support in this PR. could you please take a look? thanks -- This is an automated message from the Apache Git Service. To respond to the

[GitHub] [airflow] potiuk commented on pull request #22492: Converts Dockerfiles to be standalone

2022-03-24 Thread GitBox
potiuk commented on pull request #22492: URL: https://github.com/apache/airflow/pull/22492#issuecomment-1077919122 Now it shoudl be **REALLY** Green :) -- 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

[GitHub] [airflow] cheelio opened a new pull request #22510: Fix: Add extra headers to all livy API requests instead of only to post_batch

2022-03-24 Thread GitBox
cheelio opened a new pull request #22510: URL: https://github.com/apache/airflow/pull/22510 Currently, in the Apache Livy Hook, the `extra_headers` field (from the connection) is only passed to the post_batch request. This makes certain functionality of the hook such as `poll_for_termina

  1   2   3   >