[GitHub] [airflow] uranusjr commented on a change in pull request #22274: Add map_index to Log model

2022-03-26 Thread GitBox
uranusjr commented on a change in pull request #22274: URL: https://github.com/apache/airflow/pull/22274#discussion_r835730529 ## File path: airflow/migrations/versions/0105_75d5ed6c2b43_add_map_index_to_log.py ## @@ -0,0 +1,64 @@ +# +# Licensed to the Apache Software Foundatio

[GitHub] [airflow] uranusjr commented on a change in pull request #22274: Add map_index to Log model

2022-03-26 Thread GitBox
uranusjr commented on a change in pull request #22274: URL: https://github.com/apache/airflow/pull/22274#discussion_r835730638 ## File path: airflow/models/log.py ## @@ -30,8 +30,9 @@ class Log(Base): id = Column(Integer, primary_key=True) dttm = Column(UtcDateTime)

[GitHub] [airflow] ephraimbuddy commented on a change in pull request #22537: Consistent DB upgrade/downgrade arguments

2022-03-26 Thread GitBox
ephraimbuddy commented on a change in pull request #22537: URL: https://github.com/apache/airflow/pull/22537#discussion_r835736135 ## File path: airflow/cli/commands/db_command.py ## @@ -49,15 +49,15 @@ def resetdb(args): def upgradedb(args): """Upgrades the metadata data

[GitHub] [airflow] atishkathpal commented on pull request #21793: Use DB where possible for quicker `airflow dag` subcommands

2022-03-26 Thread GitBox
atishkathpal commented on pull request #21793: URL: https://github.com/apache/airflow/pull/21793#issuecomment-1079641726 @ashb this is very useful. Worth considering adding this to all v2.0+ releases rather than just the upcoming release ? -- This is an automated message from the Apache

[airflow] branch v2-2-test updated (1649221 -> a60b19e)

2022-03-26 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 1649221 Add the new Airflow Trove Classifier to setup.cfg (#22241) add a60b19e Remove kubernetes library l

[airflow] branch v2-2-test updated (a60b19e -> e15c821)

2022-03-26 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 a60b19e Remove kubernetes library limitation add e15c821 Remove RefreshConfiguration workaround for K8s to

[airflow] branch v2-2-test updated (e15c821 -> aafd768)

2022-03-26 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 e15c821 Remove RefreshConfiguration workaround for K8s token refreshing (#20759) add aafd768 Remove Refre

[airflow] branch optimize-direct-push-workflows updated (eaf72ef -> c0b36b8)

2022-03-26 Thread potiuk
This is an automated email from the ASF dual-hosted git repository. potiuk pushed a change to branch optimize-direct-push-workflows in repository https://gitbox.apache.org/repos/asf/airflow.git. discard eaf72ef Optimize direct push workflows in GitHub Actions new c0b36b8 Optimize direct

[airflow] 01/01: Optimize direct push workflows in GitHub Actions

2022-03-26 Thread potiuk
This is an automated email from the ASF dual-hosted git repository. potiuk pushed a commit to branch optimize-direct-push-workflows in repository https://gitbox.apache.org/repos/asf/airflow.git commit c0b36b8a92ef049a691438549ae88b0819a93038 Author: Jarek Potiuk AuthorDate: Fri Mar 25 20:36:50 2

[airflow] branch optimize-direct-push-workflows updated (c0b36b8 -> 16ee557)

2022-03-26 Thread potiuk
This is an automated email from the ASF dual-hosted git repository. potiuk pushed a change to branch optimize-direct-push-workflows in repository https://gitbox.apache.org/repos/asf/airflow.git. discard c0b36b8 Optimize direct push workflows in GitHub Actions new 16ee557 Optimize direct

[airflow] 01/01: Optimize direct push workflows in GitHub Actions

2022-03-26 Thread potiuk
This is an automated email from the ASF dual-hosted git repository. potiuk pushed a commit to branch optimize-direct-push-workflows in repository https://gitbox.apache.org/repos/asf/airflow.git commit 16ee5577ef3bbc4482dd62fbf7b8e548f4817e5c Author: Jarek Potiuk AuthorDate: Fri Mar 25 20:36:50 2

[airflow] branch optimize-direct-push-workflows updated (16ee557 -> 191be93)

2022-03-26 Thread potiuk
This is an automated email from the ASF dual-hosted git repository. potiuk pushed a change to branch optimize-direct-push-workflows in repository https://gitbox.apache.org/repos/asf/airflow.git. discard 16ee557 Optimize direct push workflows in GitHub Actions new 191be93 Optimize direct

[airflow] 01/01: Optimize direct push workflows in GitHub Actions

2022-03-26 Thread potiuk
This is an automated email from the ASF dual-hosted git repository. potiuk pushed a commit to branch optimize-direct-push-workflows in repository https://gitbox.apache.org/repos/asf/airflow.git commit 191be93d297ada23a3c81bba6436ac67df2a5123 Author: Jarek Potiuk AuthorDate: Fri Mar 25 20:36:50 2

[airflow] branch v2-2-test updated (aafd768 -> 8376f76)

2022-03-26 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 aafd768 Remove RefreshConfiguration workaround for K8s token refreshing (#20759) add 8376f76 Remove Refre

[airflow] branch optimize-direct-push-workflows updated (191be93 -> 0b39b82)

2022-03-26 Thread potiuk
This is an automated email from the ASF dual-hosted git repository. potiuk pushed a change to branch optimize-direct-push-workflows in repository https://gitbox.apache.org/repos/asf/airflow.git. discard 191be93 Optimize direct push workflows in GitHub Actions new 0b39b82 Optimize direct

[airflow] 01/01: Optimize direct push workflows in GitHub Actions

2022-03-26 Thread potiuk
This is an automated email from the ASF dual-hosted git repository. potiuk pushed a commit to branch optimize-direct-push-workflows in repository https://gitbox.apache.org/repos/asf/airflow.git commit 0b39b82305733d99c63e885efeb6a680e968a4a9 Author: Jarek Potiuk AuthorDate: Fri Mar 25 20:36:50 2

[airflow] branch optimize-direct-push-workflows updated (0b39b82 -> 3d733db)

2022-03-26 Thread potiuk
This is an automated email from the ASF dual-hosted git repository. potiuk pushed a change to branch optimize-direct-push-workflows in repository https://gitbox.apache.org/repos/asf/airflow.git. discard 0b39b82 Optimize direct push workflows in GitHub Actions new 3d733db Optimize direct

[airflow] 01/01: Optimize direct push workflows in GitHub Actions

2022-03-26 Thread potiuk
This is an automated email from the ASF dual-hosted git repository. potiuk pushed a commit to branch optimize-direct-push-workflows in repository https://gitbox.apache.org/repos/asf/airflow.git commit 3d733dbf4314a7944734548d1b8e0110745c2a4c Author: Jarek Potiuk AuthorDate: Fri Mar 25 20:36:50 2

[airflow] branch v2-2-test updated (8376f76 -> 8083476)

2022-03-26 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 8376f76 Remove RefreshConfiguration workaround for K8s token refreshing (#20759) add 8083476 fixup! Remov

[airflow] branch v2-2-test updated (8083476 -> b9baacd)

2022-03-26 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 8083476 fixup! Remove RefreshConfiguration workaround for K8s token refreshing (#20759) add b9baacd Fix h

[airflow] branch optimize-direct-push-workflows updated (3d733db -> e9869f3)

2022-03-26 Thread potiuk
This is an automated email from the ASF dual-hosted git repository. potiuk pushed a change to branch optimize-direct-push-workflows in repository https://gitbox.apache.org/repos/asf/airflow.git. discard 3d733db Optimize direct push workflows in GitHub Actions new e9869f3 Optimize direct

[airflow] 01/01: Optimize direct push workflows in GitHub Actions

2022-03-26 Thread potiuk
This is an automated email from the ASF dual-hosted git repository. potiuk pushed a commit to branch optimize-direct-push-workflows in repository https://gitbox.apache.org/repos/asf/airflow.git commit e9869f34c59508a34b1be8b106ce4bf7ff401bd4 Author: Jarek Potiuk AuthorDate: Fri Mar 25 20:36:50 2

[airflow] 01/01: Optimize direct push workflows in GitHub Actions

2022-03-26 Thread potiuk
This is an automated email from the ASF dual-hosted git repository. potiuk pushed a commit to branch optimize-direct-push-workflows in repository https://gitbox.apache.org/repos/asf/airflow.git commit 8992e616c4c717600052fcc26a23b58fd7c97ddc Author: Jarek Potiuk AuthorDate: Fri Mar 25 20:36:50 2

[airflow] branch optimize-direct-push-workflows updated (e9869f3 -> 8992e61)

2022-03-26 Thread potiuk
This is an automated email from the ASF dual-hosted git repository. potiuk pushed a change to branch optimize-direct-push-workflows in repository https://gitbox.apache.org/repos/asf/airflow.git. discard e9869f3 Optimize direct push workflows in GitHub Actions new 8992e61 Optimize direct

[airflow] branch v2-2-test updated (b9baacd -> c41b7a1)

2022-03-26 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 b9baacd Fix handling some None parameters in kubernetes 23 libs. (#21905) add c41b7a1 Fix handling some N

[airflow] branch optimize-direct-push-workflows updated (8992e61 -> 58974b7)

2022-03-26 Thread potiuk
This is an automated email from the ASF dual-hosted git repository. potiuk pushed a change to branch optimize-direct-push-workflows in repository https://gitbox.apache.org/repos/asf/airflow.git. discard 8992e61 Optimize direct push workflows in GitHub Actions new 58974b7 Optimize direct

[airflow] 01/01: Optimize direct push workflows in GitHub Actions

2022-03-26 Thread potiuk
This is an automated email from the ASF dual-hosted git repository. potiuk pushed a commit to branch optimize-direct-push-workflows in repository https://gitbox.apache.org/repos/asf/airflow.git commit 58974b735e79ee399aab054ffb64ce5d85d7c593 Author: Jarek Potiuk AuthorDate: Fri Mar 25 20:36:50 2

[GitHub] [airflow] alexott opened a new pull request #22540: Add max line length setting to .editorconfig

2022-03-26 Thread GitBox
alexott opened a new pull request #22540: URL: https://github.com/apache/airflow/pull/22540 Right now, there is no explicit settings for max line width, so often error` is only detected when pre-commit hook is executed. Adding explicit setting helps to mitigate this issue earlier.

[GitHub] [airflow] uranusjr commented on pull request #22540: Add max line length setting to .editorconfig

2022-03-26 Thread GitBox
uranusjr commented on pull request #22540: URL: https://github.com/apache/airflow/pull/22540#issuecomment-1079687964 IIRC there’s also a line length for js code, but I don’t remember what the value is. -- This is an automated message from the Apache Git Service. To respond to the message

[GitHub] [airflow] alexott commented on pull request #22540: Add max line length setting to .editorconfig

2022-03-26 Thread GitBox
alexott commented on pull request #22540: URL: https://github.com/apache/airflow/pull/22540#issuecomment-1079688780 yes, I didn't find it, that's why I didn't add it... -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use

[GitHub] [airflow] alexott opened a new pull request #22541: Add an UI link to Databricks Job Run

2022-03-26 Thread GitBox
alexott opened a new pull request #22541: URL: https://github.com/apache/airflow/pull/22541 With a separate UI link it will be easier for users/admins to go to the specific run of Databricks Job ![Screenshot from 2022-03-26 14-05-49](https://user-images.githubusercontent.com/30342/1

[airflow] branch optimize-direct-push-workflows updated (58974b7 -> 1ebc4cc)

2022-03-26 Thread potiuk
This is an automated email from the ASF dual-hosted git repository. potiuk pushed a change to branch optimize-direct-push-workflows in repository https://gitbox.apache.org/repos/asf/airflow.git. discard 58974b7 Optimize direct push workflows in GitHub Actions new 1ebc4cc Optimize direct

[airflow] 01/01: Optimize direct push workflows in GitHub Actions

2022-03-26 Thread potiuk
This is an automated email from the ASF dual-hosted git repository. potiuk pushed a commit to branch optimize-direct-push-workflows in repository https://gitbox.apache.org/repos/asf/airflow.git commit 1ebc4cc50fb22f5d36a4932828802a4814be4d76 Author: Jarek Potiuk AuthorDate: Fri Mar 25 20:36:50 2

[GitHub] [airflow] dstandish commented on pull request #22539: Reduce verbosity of provider import failure logs & make configurable

2022-03-26 Thread GitBox
dstandish commented on pull request #22539: URL: https://github.com/apache/airflow/pull/22539#issuecomment-1079698871 I see yeah that PR made it possible for providers to have optional components. I think this PR still should be merged. What it does is (1) reduce verbosity

[airflow] branch v2-2-test updated (c41b7a1 -> 99b510b)

2022-03-26 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 c41b7a1 Fix handling some None parameters in kubernetes 23 libs. (#21905) add 99b510b Update Kubernetes l

[GitHub] [airflow] potiuk opened a new pull request #22542: Optimize direct push workflows in GitHub Actions

2022-03-26 Thread GitBox
potiuk opened a new pull request #22542: URL: https://github.com/apache/airflow/pull/22542 When the build is run via direct push to apache airflow repo we do not need to run two separate workflows. The "push" workflow is never a "pull request from fork" so it should have the capabil

[GitHub] [airflow] potiuk commented on pull request #22542: Optimize direct push workflows in GitHub Actions

2022-03-26 Thread GitBox
potiuk commented on pull request #22542: URL: https://github.com/apache/airflow/pull/22542#issuecomment-1079702548 Hey everyone (especially @ashb - you wanted to implement it differently but I found a better way) - this is really nice optimization of the build workflow of ours for "direct

[GitHub] [airflow] subkanthi commented on pull request #21999: Added support to override auth_type in auth_file in pgbouncer helm configuration

2022-03-26 Thread GitBox
subkanthi commented on pull request #21999: URL: https://github.com/apache/airflow/pull/21999#issuecomment-1079703355 Can this one be merged. 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

[GitHub] [airflow] github-actions[bot] commented on pull request #22542: Optimize direct push workflows in GitHub Actions

2022-03-26 Thread GitBox
github-actions[bot] commented on pull request #22542: URL: https://github.com/apache/airflow/pull/22542#issuecomment-1079705450 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] ashb commented on pull request #21793: Use DB where possible for quicker `airflow dag` subcommands

2022-03-26 Thread GitBox
ashb commented on pull request #21793: URL: https://github.com/apache/airflow/pull/21793#issuecomment-1079705718 > @ashb this is very useful. Worth considering adding this to all v2.0+ releases rather than just the upcoming release ? On the open source project we only maintain one ve

[airflow] branch constraints-main updated: Updating constraints. Build id:2044702322

2022-03-26 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 608fade Updating const

[airflow] branch optimize-direct-push-workflows updated (1ebc4cc -> cb4556b)

2022-03-26 Thread potiuk
This is an automated email from the ASF dual-hosted git repository. potiuk pushed a change to branch optimize-direct-push-workflows in repository https://gitbox.apache.org/repos/asf/airflow.git. discard 1ebc4cc Optimize direct push workflows in GitHub Actions add cb4556b Optimize direct

[GitHub] [airflow] github-actions[bot] commented on pull request #22525: Fix bugs about timezone change

2022-03-26 Thread GitBox
github-actions[bot] commented on pull request #22525: URL: https://github.com/apache/airflow/pull/22525#issuecomment-1079707817 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 optimize-direct-push-workflows updated (cb4556b -> 43ac6e7)

2022-03-26 Thread potiuk
This is an automated email from the ASF dual-hosted git repository. potiuk pushed a change to branch optimize-direct-push-workflows in repository https://gitbox.apache.org/repos/asf/airflow.git. discard cb4556b Optimize direct push workflows in GitHub Actions add 43ac6e7 Optimize direct

[airflow] branch optimize-direct-push-workflows updated (43ac6e7 -> d2153b1)

2022-03-26 Thread potiuk
This is an automated email from the ASF dual-hosted git repository. potiuk pushed a change to branch optimize-direct-push-workflows in repository https://gitbox.apache.org/repos/asf/airflow.git. discard 43ac6e7 Optimize direct push workflows in GitHub Actions add d2153b1 Optimize direct

[airflow] branch optimize-direct-push-workflows updated (d2153b1 -> 915466c)

2022-03-26 Thread potiuk
This is an automated email from the ASF dual-hosted git repository. potiuk pushed a change to branch optimize-direct-push-workflows in repository https://gitbox.apache.org/repos/asf/airflow.git. discard d2153b1 Optimize direct push workflows in GitHub Actions add 915466c Optimize direct

[airflow] branch optimize-direct-push-workflows updated (915466c -> 8527f62)

2022-03-26 Thread potiuk
This is an automated email from the ASF dual-hosted git repository. potiuk pushed a change to branch optimize-direct-push-workflows in repository https://gitbox.apache.org/repos/asf/airflow.git. discard 915466c Optimize direct push workflows in GitHub Actions add 8527f62 Optimize direct

[airflow] branch optimize-direct-push-workflows updated (8527f62 -> 88d2ab6)

2022-03-26 Thread potiuk
This is an automated email from the ASF dual-hosted git repository. potiuk pushed a change to branch optimize-direct-push-workflows in repository https://gitbox.apache.org/repos/asf/airflow.git. discard 8527f62 Optimize direct push workflows in GitHub Actions add 88d2ab6 Optimize direct

[airflow] branch constraints-2-2 updated: Update to latest kubernetes version

2022-03-26 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 0bd0b59 Update to latest kub

[airflow] branch constraints-2-2 updated: Updating constraints. Build id:2044735085

2022-03-26 Thread github-bot
This is an automated email from the ASF dual-hosted git repository. github-bot 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 2b4d159 Updating constra

[airflow] branch optimize-direct-push-workflows updated (88d2ab6 -> 694061d)

2022-03-26 Thread potiuk
This is an automated email from the ASF dual-hosted git repository. potiuk pushed a change to branch optimize-direct-push-workflows in repository https://gitbox.apache.org/repos/asf/airflow.git. discard 88d2ab6 Optimize direct push workflows in GitHub Actions add 694061d Optimize direct

[airflow] branch optimize-direct-push-workflows updated (694061d -> edf1710)

2022-03-26 Thread potiuk
This is an automated email from the ASF dual-hosted git repository. potiuk pushed a change to branch optimize-direct-push-workflows in repository https://gitbox.apache.org/repos/asf/airflow.git. discard 694061d Optimize direct push workflows in GitHub Actions add edf1710 Optimize direct

[GitHub] [airflow] xylar commented on issue #22380: Newest providers incorrectly include `gitpython` and `wheel` in `install_requires`

2022-03-26 Thread GitBox
xylar commented on issue #22380: URL: https://github.com/apache/airflow/issues/22380#issuecomment-1079735554 Thanks again. Most new providers should be should now be available from conda-forge. There were a few newer ones that I hadn't added recipes for yet. They're awaiting review (or

[airflow] branch optimize-direct-push-workflows updated (edf1710 -> 64cc44e)

2022-03-26 Thread potiuk
This is an automated email from the ASF dual-hosted git repository. potiuk pushed a change to branch optimize-direct-push-workflows in repository https://gitbox.apache.org/repos/asf/airflow.git. discard edf1710 Optimize direct push workflows in GitHub Actions add 64cc44e Optimize direct

[airflow] branch optimize-direct-push-workflows updated (64cc44e -> 4abdb8a)

2022-03-26 Thread potiuk
This is an automated email from the ASF dual-hosted git repository. potiuk pushed a change to branch optimize-direct-push-workflows in repository https://gitbox.apache.org/repos/asf/airflow.git. discard 64cc44e Optimize direct push workflows in GitHub Actions add 4abdb8a Optimize direct

[airflow] branch v2-2-test updated (99b510b -> f66427b)

2022-03-26 Thread ephraimanierobi
This is an automated email from the ASF dual-hosted git repository. ephraimanierobi pushed a change to branch v2-2-test in repository https://gitbox.apache.org/repos/asf/airflow.git. from 99b510b Update Kubernetes library version (#18797) add f66427b fixup! Add 2.2.5 to CHANGELOG.txt

[airflow] branch optimize-direct-push-workflows updated (4abdb8a -> 931d9a9)

2022-03-26 Thread potiuk
This is an automated email from the ASF dual-hosted git repository. potiuk pushed a change to branch optimize-direct-push-workflows in repository https://gitbox.apache.org/repos/asf/airflow.git. discard 4abdb8a Optimize direct push workflows in GitHub Actions add 931d9a9 Optimize direct

[airflow] branch optimize-direct-push-workflows updated (931d9a9 -> 7475519)

2022-03-26 Thread potiuk
This is an automated email from the ASF dual-hosted git repository. potiuk pushed a change to branch optimize-direct-push-workflows in repository https://gitbox.apache.org/repos/asf/airflow.git. discard 931d9a9 Optimize direct push workflows in GitHub Actions add 7475519 Optimize direct

[airflow] branch optimize-direct-push-workflows updated (7475519 -> d0cf8aa)

2022-03-26 Thread potiuk
This is an automated email from the ASF dual-hosted git repository. potiuk pushed a change to branch optimize-direct-push-workflows in repository https://gitbox.apache.org/repos/asf/airflow.git. discard 7475519 Optimize direct push workflows in GitHub Actions add d0cf8aa Optimize direct

[airflow] branch v2-2-test updated (f66427b -> 423cb17)

2022-03-26 Thread ephraimanierobi
This is an automated email from the ASF dual-hosted git repository. ephraimanierobi pushed a change to branch v2-2-test in repository https://gitbox.apache.org/repos/asf/airflow.git. from f66427b fixup! Add 2.2.5 to CHANGELOG.txt and UPDATING.md add 423cb17 fixup! fixup! Add 2.2.5 to

[airflow] branch v2-2-test updated (423cb17 -> a3e102a)

2022-03-26 Thread ephraimanierobi
This is an automated email from the ASF dual-hosted git repository. ephraimanierobi pushed a change to branch v2-2-test in repository https://gitbox.apache.org/repos/asf/airflow.git. discard 423cb17 fixup! fixup! Add 2.2.5 to CHANGELOG.txt and UPDATING.md discard f66427b fixup! Add 2.2.5 to

[airflow] branch optimize-direct-push-workflows updated (d0cf8aa -> 0385fda)

2022-03-26 Thread potiuk
This is an automated email from the ASF dual-hosted git repository. potiuk pushed a change to branch optimize-direct-push-workflows in repository https://gitbox.apache.org/repos/asf/airflow.git. discard d0cf8aa Optimize direct push workflows in GitHub Actions add 0385fda Optimize direct

[airflow] branch v2-2-test updated (a3e102a -> 1ccac5a)

2022-03-26 Thread ephraimanierobi
This is an automated email from the ASF dual-hosted git repository. ephraimanierobi pushed a change to branch v2-2-test in repository https://gitbox.apache.org/repos/asf/airflow.git. discard a3e102a Add 2.2.5 to CHANGELOG.txt and UPDATING.md add 1ccac5a Add 2.2.5 to CHANGELOG.txt and UPD

[airflow] branch optimize-direct-push-workflows updated (0385fda -> 6593070)

2022-03-26 Thread potiuk
This is an automated email from the ASF dual-hosted git repository. potiuk pushed a change to branch optimize-direct-push-workflows in repository https://gitbox.apache.org/repos/asf/airflow.git. discard 0385fda Optimize direct push workflows in GitHub Actions add 6593070 Optimize direct

[GitHub] [airflow] potiuk commented on pull request #21793: Use DB where possible for quicker `airflow dag` subcommands

2022-03-26 Thread GitBox
potiuk commented on pull request #21793: URL: https://github.com/apache/airflow/pull/21793#issuecomment-1079751231 > @ashb this is very useful. Worth considering adding this to all v2.0+ releases rather than just the upcoming release ? BTW. I recommend you to upgrade to latest versio

[airflow] branch optimize-direct-push-workflows updated (6593070 -> 0b8ec0f)

2022-03-26 Thread potiuk
This is an automated email from the ASF dual-hosted git repository. potiuk pushed a change to branch optimize-direct-push-workflows in repository https://gitbox.apache.org/repos/asf/airflow.git. discard 6593070 Optimize direct push workflows in GitHub Actions add 0b8ec0f Optimize direct

[airflow] branch optimize-direct-push-workflows updated (0b8ec0f -> 5c0c896)

2022-03-26 Thread potiuk
This is an automated email from the ASF dual-hosted git repository. potiuk pushed a change to branch optimize-direct-push-workflows in repository https://gitbox.apache.org/repos/asf/airflow.git. discard 0b8ec0f Optimize direct push workflows in GitHub Actions add 5c0c896 Optimize direct

[GitHub] [airflow] SamWheating commented on a change in pull request #22535: Pass X-Trino-Client-Info in trino hook

2022-03-26 Thread GitBox
SamWheating commented on a change in pull request #22535: URL: https://github.com/apache/airflow/pull/22535#discussion_r835797358 ## File path: airflow/providers/trino/hooks/trino.py ## @@ -82,12 +111,15 @@ def get_conn(self) -> Connection: delegate=_boolify(ex

[airflow] branch optimize-direct-push-workflows updated (5c0c896 -> 425da4f)

2022-03-26 Thread potiuk
This is an automated email from the ASF dual-hosted git repository. potiuk pushed a change to branch optimize-direct-push-workflows in repository https://gitbox.apache.org/repos/asf/airflow.git. discard 5c0c896 Optimize direct push workflows in GitHub Actions add 425da4f Optimize direct

[airflow] branch optimize-direct-push-workflows updated (425da4f -> 5ba65d0)

2022-03-26 Thread potiuk
This is an automated email from the ASF dual-hosted git repository. potiuk pushed a change to branch optimize-direct-push-workflows in repository https://gitbox.apache.org/repos/asf/airflow.git. discard 425da4f Optimize direct push workflows in GitHub Actions add 5ba65d0 Optimize direct

[GitHub] [airflow] potiuk commented on pull request #22542: Optimize direct push workflows in GitHub Actions

2022-03-26 Thread GitBox
potiuk commented on pull request #22542: URL: https://github.com/apache/airflow/pull/22542#issuecomment-1079757095 > Haven't given it an in depth look. I pushed a few more changes and fixes. I also revised and vastly simplified the diagrams showing what's going on: https://gi

[GitHub] [airflow] potiuk edited a comment on pull request #22542: Optimize direct push workflows in GitHub Actions

2022-03-26 Thread GitBox
potiuk edited a comment on pull request #22542: URL: https://github.com/apache/airflow/pull/22542#issuecomment-1079757095 > Haven't given it an in depth look. I pushed a few more changes and fixes. I also revised and vastly simplified the diagrams showing what's going on: htt

[airflow] branch optimize-direct-push-workflows updated (5ba65d0 -> 278714f)

2022-03-26 Thread potiuk
This is an automated email from the ASF dual-hosted git repository. potiuk pushed a change to branch optimize-direct-push-workflows in repository https://gitbox.apache.org/repos/asf/airflow.git. discard 5ba65d0 Optimize direct push workflows in GitHub Actions add 278714f Optimize direct

[GitHub] [airflow] potiuk commented on pull request #22539: Reduce verbosity of provider import failure logs & make configurable

2022-03-26 Thread GitBox
potiuk commented on pull request #22539: URL: https://github.com/apache/airflow/pull/22539#issuecomment-1079763876 I think the problem here is that we hav duplicate warnings generated for some of the providers (am I right about it @dstandish ?) an I think it comes from the fact that 4 of t

[GitHub] [airflow] potiuk closed issue #19654: Pgbouncer auth type cannot be configured

2022-03-26 Thread GitBox
potiuk closed issue #19654: URL: https://github.com/apache/airflow/issues/19654 -- 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 #21999: Added support to override auth_type in auth_file in pgbouncer helm configuration

2022-03-26 Thread GitBox
potiuk merged pull request #21999: URL: https://github.com/apache/airflow/pull/21999 -- 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 #21999: Added support to override auth_type in auth_file in pgbouncer helm configuration

2022-03-26 Thread GitBox
potiuk commented on pull request #21999: URL: https://github.com/apache/airflow/pull/21999#issuecomment-1079764081 Merged @subkanthi :) -- 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 specif

[airflow] branch main updated (3c22565 -> f482ae5)

2022-03-26 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 3c22565 Add check for coerce_datetime to Airflow 2-1 compatibility check (#22499) add f482ae5 Added support to

[GitHub] [airflow] potiuk opened a new pull request #22544: Optimize direct push workflows in GitHub Actions

2022-03-26 Thread GitBox
potiuk opened a new pull request #22544: URL: https://github.com/apache/airflow/pull/22544 When the build is run via direct push to apache airflow repo we do not need to run two separate workflows. The "push" workflow is never a "pull request from fork" so it should have the capabil

[GitHub] [airflow] potiuk commented on pull request #22544: Optimize direct push workflows in GitHub Actions

2022-03-26 Thread GitBox
potiuk commented on pull request #22544: URL: https://github.com/apache/airflow/pull/22544#issuecomment-1079764921 Creating "fork PR" to test it too :) -- 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] potiuk commented on pull request #22542: Optimize direct push workflows in GitHub Actions

2022-03-26 Thread GitBox
potiuk commented on pull request #22542: URL: https://github.com/apache/airflow/pull/22542#issuecomment-1079765462 cc: @jedcunningham - you wrote recently you want to learn more about the CI workflow :). https://github.com/apache/airflow/pull/22542#:~:text=https%3A//github.com/apache/air

[airflow] branch v2-2-test updated (1ccac5a -> 0a936fe)

2022-03-26 Thread ephraimanierobi
This is an automated email from the ASF dual-hosted git repository. ephraimanierobi pushed a change to branch v2-2-test in repository https://gitbox.apache.org/repos/asf/airflow.git. discard 1ccac5a Add 2.2.5 to CHANGELOG.txt and UPDATING.md add 73358b0 Use DB where possible for quicker

[GitHub] [airflow] potiuk commented on pull request #22477: Sync `v2-2-stable` with `v2-2-test` to release `2.2.5`

2022-03-26 Thread GitBox
potiuk commented on pull request #22477: URL: https://github.com/apache/airflow/pull/22477#issuecomment-1079767149 Looks Great -- 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 co

[GitHub] [airflow] potiuk closed pull request #22544: Optimize direct push workflows in GitHub Actions

2022-03-26 Thread GitBox
potiuk closed pull request #22544: URL: https://github.com/apache/airflow/pull/22544 -- 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 #22545: Optimize direct push workflows in GitHub Actions

2022-03-26 Thread GitBox
potiuk opened a new pull request #22545: URL: https://github.com/apache/airflow/pull/22545 When the build is run via direct push to apache airflow repo we do not need to run two separate workflows. The "push" workflow is never a "pull request from fork" so it should have the capabil

[GitHub] [airflow] eladkal commented on a change in pull request #22535: Pass X-Trino-Client-Info in trino hook

2022-03-26 Thread GitBox
eladkal commented on a change in pull request #22535: URL: https://github.com/apache/airflow/pull/22535#discussion_r835808116 ## File path: airflow/providers/trino/hooks/trino.py ## @@ -82,12 +111,15 @@ def get_conn(self) -> Connection: delegate=_boolify(extra.

[GitHub] [airflow] dstandish opened a new pull request #22546: Deprecate connection extra prefix

2022-03-26 Thread GitBox
dstandish opened a new pull request #22546: URL: https://github.com/apache/airflow/pull/22546 Previously, connection "extra" fields which were added as custom fields in the webserver connection form had to be named with prefix `extra`. This was because custom fields are registered

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

2022-03-26 Thread GitBox
dstandish commented on pull request #22520: URL: https://github.com/apache/airflow/pull/22520#issuecomment-1079769125 doing this all in one PR is too much splitting it up first PR, which just handles the change to form / providers manager is here: https://github.com/apache/air

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

2022-03-26 Thread GitBox
dstandish closed pull request #22520: URL: https://github.com/apache/airflow/pull/22520 -- 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] edithturn commented on pull request #22542: Optimize direct push workflows in GitHub Actions

2022-03-26 Thread GitBox
edithturn commented on pull request #22542: URL: https://github.com/apache/airflow/pull/22542#issuecomment-1079771593 @potiuk, how could this be optimized without changing Selective Check, which is what pretty much defines the entire CI flow? Pd. They are really beautiful diagrams ✈️

[airflow] branch v2-2-test updated (0a936fe -> e3d9cb9)

2022-03-26 Thread ephraimanierobi
This is an automated email from the ASF dual-hosted git repository. ephraimanierobi pushed a change to branch v2-2-test in repository https://gitbox.apache.org/repos/asf/airflow.git. discard 0a936fe fixup! Add 2.2.5 to CHANGELOG.txt and UPDATING.md discard 6793059 Add 2.2.5 to CHANGELOG.txt

[airflow] branch constraints-main updated: Updating constraints. Build id:2045578969

2022-03-26 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 1230926 Updating const

[GitHub] [airflow] potiuk commented on pull request #22542: Optimize direct push workflows in GitHub Actions

2022-03-26 Thread GitBox
potiuk commented on pull request #22542: URL: https://github.com/apache/airflow/pull/22542#issuecomment-1079773533 > @potiuk, how could this be optimized without changing Selective Check, which is what pretty much defines the entire CI flow? Pd. They are really beautiful diagrams ✈️

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

2022-03-26 Thread GitBox
DrFaust92 commented on pull request #21: URL: https://github.com/apache/airflow-client-go/pull/21#issuecomment-1079775047 @senthilkumarkj the API Spec can be found here https://github.com/apache/airflow/blob/main/airflow/api_connexion/openapi/v1.yaml and Info on client gen is here: ht

[GitHub] [airflow] potiuk merged pull request #22542: Optimize direct push workflows in GitHub Actions

2022-03-26 Thread GitBox
potiuk merged pull request #22542: URL: https://github.com/apache/airflow/pull/22542 -- 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 #22542: Optimize direct push workflows in GitHub Actions

2022-03-26 Thread GitBox
potiuk commented on pull request #22542: URL: https://github.com/apache/airflow/pull/22542#issuecomment-1079777129 Seems it works for the PR cases. https://github.com/apache/airflow/pull/22545 and https://github.com/apache/airflow/pull/22542 look good. Merging to finally test mere PR an s

[GitHub] [airflow] potiuk commented on pull request #22545: Optimize direct push workflows in GitHub Actions

2022-03-26 Thread GitBox
potiuk commented on pull request #22545: URL: https://github.com/apache/airflow/pull/22545#issuecomment-1079777237 Seems it worked. Merged PR from "apache/airflow". Let's see if all works. -- This is an automated message from the Apache Git Service. To respond to the message, please log o

[GitHub] [airflow] potiuk closed pull request #22545: Optimize direct push workflows in GitHub Actions

2022-03-26 Thread GitBox
potiuk closed pull request #22545: URL: https://github.com/apache/airflow/pull/22545 -- 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: Optimize direct push workflows in GitHub Actions (#22542)

2022-03-26 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 bf0a11c Optimize direct push workflows in GitHub A

[airflow] branch constraints-2-2 updated: Updating constraints. Build id:2045693306

2022-03-26 Thread github-bot
This is an automated email from the ASF dual-hosted git repository. github-bot 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 e90a20d Updating constra

  1   2   >