[GitHub] [airflow] Aakcht commented on issue #32096: Status of testing of Apache Airflow Helm Chart 1.10.0rc1

2023-06-23 Thread via GitHub
Aakcht commented on issue #32096: URL: https://github.com/apache/airflow/issues/32096#issuecomment-1604446352 Tested #31865 - all good. As for #30990 looks like it got mixed up with #30773 and the extraVolumeMounts of dagprocessor wait for migrations init container are not templated

[GitHub] [airflow] potiuk commented on pull request #32098: Update security model of Airflow

2023-06-23 Thread via GitHub
potiuk commented on PR #32098: URL: https://github.com/apache/airflow/pull/32098#issuecomment-1604443661 For a bit more visual way. This is what github policy will have: ![image](https://github.com/apache/airflow/assets/595491/1ca2ed82-8ac4-43d9-a442-f8267519ea4f)

svn commit: r62603 - /dev/airflow/providers/ /release/airflow/providers/

2023-06-23 Thread eladkal
Author: eladkal Date: Fri Jun 23 15:25:50 2023 New Revision: 62603 Log: Release Airflow Providers on 2023-06-23 Added: release/airflow/providers/apache-airflow-providers-airbyte-3.3.1.tar.gz - copied unchanged from r62602,

[GitHub] [airflow] Aakcht opened a new pull request, #32100: Chart: template dagprocessor waitformigrations extraVolumeMounts

2023-06-23 Thread via GitHub
Aakcht opened a new pull request, #32100: URL: https://github.com/apache/airflow/pull/32100 Looks like #30990 got a bit mixed up with #30773 and the extraVolumeMounts of dagprocessor wait for migrations init container are not templated, while other extraVolumeMounts are templated.

[GitHub] [airflow] Francesko90 commented on pull request #31868: Runtime class name

2023-06-23 Thread via GitHub
Francesko90 commented on PR #31868: URL: https://github.com/apache/airflow/pull/31868#issuecomment-1604437862 I updated `values.yaml` and `files/pod-template-file.kubernetes-helm-yaml.` I created unit test but I'm not sure that it is correct, let me know if there are any problem, --

[GitHub] [airflow] utkarsharma2 commented on a diff in pull request #31887: Adapt Notifier for sla_miss_callback

2023-06-23 Thread via GitHub
utkarsharma2 commented on code in PR #31887: URL: https://github.com/apache/airflow/pull/31887#discussion_r1239950506 ## tests/dag_processing/test_processor.py: ## @@ -124,6 +124,13 @@ def test_dag_file_processor_sla_miss_callback(self, mock_get_dagbag, create_dumm

[airflow] branch main updated: Adding `src_fmt_configs` to the list of template fields. (#32097)

2023-06-23 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 b156db3a70 Adding `src_fmt_configs` to the list of

[GitHub] [airflow] potiuk merged pull request #32097: Adding `src_fmt_configs` to the list of template fields.

2023-06-23 Thread via GitHub
potiuk merged PR #32097: URL: https://github.com/apache/airflow/pull/32097 -- 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 a diff in pull request #32052: Disable allowing by default testing of connnections in UI

2023-06-23 Thread via GitHub
potiuk commented on code in PR #32052: URL: https://github.com/apache/airflow/pull/32052#discussion_r1239937658 ## airflow/www/static/js/connection_form.js: ## @@ -123,6 +125,16 @@ function applyFieldBehaviours(connection) { */ function handleTestConnection(connectionType,

[GitHub] [airflow] potiuk commented on a diff in pull request #32052: Disable allowing by default testing of connnections in UI

2023-06-23 Thread via GitHub
potiuk commented on code in PR #32052: URL: https://github.com/apache/airflow/pull/32052#discussion_r1239937658 ## airflow/www/static/js/connection_form.js: ## @@ -123,6 +125,16 @@ function applyFieldBehaviours(connection) { */ function handleTestConnection(connectionType,

[GitHub] [airflow] melugoyal commented on issue #32030: Status of testing Providers that were prepared on June 20, 2023

2023-06-23 Thread via GitHub
melugoyal commented on issue #32030: URL: https://github.com/apache/airflow/issues/32030#issuecomment-1604411678 validated #31659, looks good -- 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

[GitHub] [airflow] utkarsharma2 commented on a diff in pull request #31887: Adapt Notifier for sla_miss_callback

2023-06-23 Thread via GitHub
utkarsharma2 commented on code in PR #31887: URL: https://github.com/apache/airflow/pull/31887#discussion_r1239931336 ## tests/dag_processing/test_processor.py: ## @@ -124,6 +124,13 @@ def test_dag_file_processor_sla_miss_callback(self, mock_get_dagbag, create_dumm

[GitHub] [airflow] HaeSe0ng commented on pull request #32070: Fix name format in the batch requests

2023-06-23 Thread via GitHub
HaeSe0ng commented on PR #32070: URL: https://github.com/apache/airflow/pull/32070#issuecomment-1604406959 Oh, I see. I'll keep watching the announcements. Thanks for letting me know. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to

[GitHub] [airflow] enrique-ayala commented on issue #31856: Dynamic task mapping - Logs merged

2023-06-23 Thread via GitHub
enrique-ayala commented on issue #31856: URL: https://github.com/apache/airflow/issues/31856#issuecomment-1604395039 Hi @utkarsharma2 thanks for checking, here more details: ``` Apache Airflow version| 2.4.3 executor | CeleryExecutor

[GitHub] [airflow] ephraimbuddy commented on a diff in pull request #31887: Adapt Notifier for sla_miss_callback

2023-06-23 Thread via GitHub
ephraimbuddy commented on code in PR #31887: URL: https://github.com/apache/airflow/pull/31887#discussion_r1239918442 ## tests/dag_processing/test_processor.py: ## @@ -124,6 +124,13 @@ def test_dag_file_processor_sla_miss_callback(self, mock_get_dagbag, create_dumm

[GitHub] [airflow] potiuk commented on pull request #32070: Fix name format in the batch requests

2023-06-23 Thread via GitHub
potiuk commented on PR #32070: URL: https://github.com/apache/airflow/pull/32070#issuecomment-1604391577 Srsly. Watch the announcements, and release notes if you want to know when it is released. In case of providers we determine the version and timing **Just** before releasing them -

[GitHub] [airflow] potiuk commented on pull request #32070: Fix name format in the batch requests

2023-06-23 Thread via GitHub
potiuk commented on PR #32070: URL: https://github.com/apache/airflow/pull/32070#issuecomment-1604388748 For providers it is always it's 'next' and 'when ready' -- 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] potiuk commented on pull request #31920: Deprecate the 2 non-official elasticsearch libraries

2023-06-23 Thread via GitHub
potiuk commented on PR #31920: URL: https://github.com/apache/airflow/pull/31920#issuecomment-1604386631 > @potiuk The CI job `provider package wheel (verify)` is still failing : > > ```shell > fatal: bad revision 'apache-https-for-providers/main...providers-elasticsearch/4.5.1'

[GitHub] [airflow] Lee-W commented on a diff in pull request #32029: Add deferrable mode in EMR operator and sensor

2023-06-23 Thread via GitHub
Lee-W commented on code in PR #32029: URL: https://github.com/apache/airflow/pull/32029#discussion_r1239901421 ## airflow/providers/amazon/aws/sensors/emr.py: ## @@ -424,12 +431,16 @@ def __init__( job_flow_id: str, target_states: Iterable[str] | None = None,

[GitHub] [airflow] Lee-W commented on a diff in pull request #32029: Add deferrable mode in EMR operator and sensor

2023-06-23 Thread via GitHub
Lee-W commented on code in PR #32029: URL: https://github.com/apache/airflow/pull/32029#discussion_r1239899387 ## airflow/providers/amazon/aws/triggers/emr.py: ## @@ -317,3 +317,72 @@ async def run(self) -> AsyncIterator[TriggerEvent]: await

[GitHub] [airflow] Adaverse commented on a diff in pull request #32089: Parameters for vertica

2023-06-23 Thread via GitHub
Adaverse commented on code in PR #32089: URL: https://github.com/apache/airflow/pull/32089#discussion_r1239898290 ## airflow/providers/vertica/hooks/vertica.py: ## @@ -45,6 +45,51 @@ def get_conn(self) -> connect: conn_config["port"] = 5433 else:

[GitHub] [airflow] Adaverse commented on a diff in pull request #32089: Parameters for vertica

2023-06-23 Thread via GitHub
Adaverse commented on code in PR #32089: URL: https://github.com/apache/airflow/pull/32089#discussion_r1239894089 ## airflow/providers/vertica/hooks/vertica.py: ## @@ -45,6 +45,51 @@ def get_conn(self) -> connect: conn_config["port"] = 5433 else:

[GitHub] [airflow] ephraimbuddy opened a new pull request, #32099: Support setting dependencies for tasks called outside setup/teardown context manager

2023-06-23 Thread via GitHub
ephraimbuddy opened a new pull request, #32099: URL: https://github.com/apache/airflow/pull/32099 This commit adds support for the setting of task dependencies w.r.t setup/teardown tasks even when the tasks are called outside the setup/teardown context manager. Previously, the dependencies

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

2023-06-23 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 dae40aeca6 Updating

[GitHub] [airflow] potiuk opened a new pull request, #32098: Update security model of Airflow

2023-06-23 Thread via GitHub
potiuk opened a new pull request, #32098: URL: https://github.com/apache/airflow/pull/32098 This change updates the security model of Airflow to better explain what are the capabilities of various kinds of users in Airflow deployments and give both users and security researchers a way to

[GitHub] [airflow] jedcunningham commented on a diff in pull request #32052: Disable allowing by default testing of connnections in UI

2023-06-23 Thread via GitHub
jedcunningham commented on code in PR #32052: URL: https://github.com/apache/airflow/pull/32052#discussion_r1239847571 ## airflow/www/static/js/connection_form.js: ## @@ -123,6 +125,16 @@ function applyFieldBehaviours(connection) { */ function

[GitHub] [airflow] utkarsharma2 commented on a diff in pull request #31887: Adapt Notifier for sla_miss_callback

2023-06-23 Thread via GitHub
utkarsharma2 commented on code in PR #31887: URL: https://github.com/apache/airflow/pull/31887#discussion_r1239844698 ## airflow/utils/context.py: ## @@ -88,6 +88,10 @@ "var", "yesterday_ds", "yesterday_ds_nodash", +"task_list", +"blocking_task_list", +

[GitHub] [airflow] utkarsharma2 commented on a diff in pull request #31887: Adapt Notifier for sla_miss_callback

2023-06-23 Thread via GitHub
utkarsharma2 commented on code in PR #31887: URL: https://github.com/apache/airflow/pull/31887#discussion_r1239844077 ## airflow/notifications/basenotifier.py: ## @@ -79,15 +79,30 @@ def notify(self, context: Context) -> None: """ ... -def __call__(self,

[GitHub] [airflow] nathadfield opened a new pull request, #32097: Adding `src_fmt_configs` to the list of template fields.

2023-06-23 Thread via GitHub
nathadfield opened a new pull request, #32097: URL: https://github.com/apache/airflow/pull/32097 We have scenarios where we need to use Jinja templating on `src_fmt_configs` and currently have to create our own version of `GCSToBigQueryOperator` to achieve this. -- This is an automated

[GitHub] [airflow] jedcunningham opened a new issue, #32096: Status of testing of Apache Airflow Helm Chart 1.10.0rc1

2023-06-23 Thread via GitHub
jedcunningham opened a new issue, #32096: URL: https://github.com/apache/airflow/issues/32096 ### Body We are kindly requesting that contributors to [Apache Airflow Helm Chart 1.10.0rc1](https://dist.apache.org/repos/dist/dev/airflow/helm-chart/1.10.0rc1) help test the RC.

[GitHub] [airflow] pankajkoti commented on a diff in pull request #32052: Disable allowing by default testing of connnections in UI

2023-06-23 Thread via GitHub
pankajkoti commented on code in PR #32052: URL: https://github.com/apache/airflow/pull/32052#discussion_r1239827440 ## airflow/www/static/js/connection_form.js: ## @@ -123,6 +125,16 @@ function applyFieldBehaviours(connection) { */ function

[GitHub] [airflow] pankajkoti commented on a diff in pull request #32052: Disable allowing by default testing of connnections in UI

2023-06-23 Thread via GitHub
pankajkoti commented on code in PR #32052: URL: https://github.com/apache/airflow/pull/32052#discussion_r1239827440 ## airflow/www/static/js/connection_form.js: ## @@ -123,6 +125,16 @@ function applyFieldBehaviours(connection) { */ function

[airflow] annotated tag helm-chart/1.10.0rc1 updated (913eff6759 -> 6b2c9804ac)

2023-06-23 Thread jedcunningham
This is an automated email from the ASF dual-hosted git repository. jedcunningham pushed a change to annotated tag helm-chart/1.10.0rc1 in repository https://gitbox.apache.org/repos/asf/airflow.git *** WARNING: tag helm-chart/1.10.0rc1 was modified! *** from 913eff6759 (commit) to

svn commit: r62600 - /dev/airflow/helm-chart/1.9.0rc1/

2023-06-23 Thread jedcunningham
Author: jedcunningham Date: Fri Jun 23 13:31:44 2023 New Revision: 62600 Log: Remove old Helm Chart release: 1.9.0rc1 Removed: dev/airflow/helm-chart/1.9.0rc1/

svn commit: r62599 - /dev/airflow/helm-chart/1.10.0rc1/

2023-06-23 Thread jedcunningham
Author: jedcunningham Date: Fri Jun 23 13:30:41 2023 New Revision: 62599 Log: Add artifacts for Helm Chart 1.10.0rc1 Added: dev/airflow/helm-chart/1.10.0rc1/ dev/airflow/helm-chart/1.10.0rc1/airflow-1.10.0.tgz (with props) dev/airflow/helm-chart/1.10.0rc1/airflow-1.10.0.tgz.asc

[GitHub] [airflow] pankajkoti commented on a diff in pull request #32052: Disable allowing by default testing of connnections in UI

2023-06-23 Thread via GitHub
pankajkoti commented on code in PR #32052: URL: https://github.com/apache/airflow/pull/32052#discussion_r1239822050 ## airflow/www/static/js/connection_form.js: ## @@ -123,6 +125,16 @@ function applyFieldBehaviours(connection) { */ function

[GitHub] [airflow] nathadfield opened a new pull request, #32095: switching to use the project_id specified to the operator

2023-06-23 Thread via GitHub
nathadfield opened a new pull request, #32095: URL: https://github.com/apache/airflow/pull/32095 closes: #32093 -- 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

[GitHub] [airflow] boxysean opened a new issue, #32094: Add URI to dbt Cloud Job in Airflow logs after DbtCloudRunJobOperator is triggered

2023-06-23 Thread via GitHub
boxysean opened a new issue, #32094: URL: https://github.com/apache/airflow/issues/32094 ### Description I would kindly request to add the URI to dbt Cloud Job in Airflow logs after DbtCloudRunJobOperator is triggered, to make it easy for Airflow operators to see the dbt Cloud job

[airflow] branch main updated: Release notes for helm chart 1.10.0 (#31771)

2023-06-23 Thread jedcunningham
This is an automated email from the ASF dual-hosted git repository. jedcunningham 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 dfd827e447 Release notes for helm chart

[GitHub] [airflow] jedcunningham merged pull request #31771: Release notes for helm chart 1.10.0

2023-06-23 Thread via GitHub
jedcunningham merged PR #31771: URL: https://github.com/apache/airflow/pull/31771 -- 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 #32052: Disable allowing by default testing of connnections in UI

2023-06-23 Thread via GitHub
jedcunningham commented on code in PR #32052: URL: https://github.com/apache/airflow/pull/32052#discussion_r1239804895 ## airflow/www/static/js/connection_form.js: ## @@ -123,6 +125,16 @@ function applyFieldBehaviours(connection) { */ function

[GitHub] [airflow] flinz commented on issue #30883: BranchPythonOperator skips downstream tasks for all mapped instances in TaskGroup mapping

2023-06-23 Thread via GitHub
flinz commented on issue #30883: URL: https://github.com/apache/airflow/issues/30883#issuecomment-1604262465 Can confirm this still exists in 2.6.0 and I independently hit this using: ```python import time from datetime import datetime from airflow import DAG from

[GitHub] [airflow] ChaotX commented on pull request #31010: Fix HttpAsyncHook headers

2023-06-23 Thread via GitHub
ChaotX commented on PR #31010: URL: https://github.com/apache/airflow/pull/31010#issuecomment-1604252459 @sunank200 Can you please help adding these test to your contribution? I had no time to figure out how to change the test env to 3.8+ python. -- This is an automated message from the

[GitHub] [airflow] darkag commented on a diff in pull request #32089: Parameters for vertica

2023-06-23 Thread via GitHub
darkag commented on code in PR #32089: URL: https://github.com/apache/airflow/pull/32089#discussion_r1239780811 ## airflow/providers/vertica/hooks/vertica.py: ## @@ -45,6 +45,51 @@ def get_conn(self) -> connect: conn_config["port"] = 5433 else:

[GitHub] [airflow] darkag commented on a diff in pull request #32089: Parameters for vertica

2023-06-23 Thread via GitHub
darkag commented on code in PR #32089: URL: https://github.com/apache/airflow/pull/32089#discussion_r1239778451 ## airflow/providers/vertica/hooks/vertica.py: ## @@ -45,6 +45,51 @@ def get_conn(self) -> connect: conn_config["port"] = 5433 else:

[GitHub] [airflow] nathadfield opened a new issue, #32093: GCSToBQ operator does not respect `project_id` in deferrable mode with impersonation chain.

2023-06-23 Thread via GitHub
nathadfield opened a new issue, #32093: URL: https://github.com/apache/airflow/issues/32093 ### Apache Airflow version 2.6.2 ### What happened When using the `GCSToBigQueryOperator` in deferrable mode with an impersonation_chain service account which has a default

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

2023-06-23 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 b4c88cbc01 Updating

[GitHub] [airflow] tomrutter opened a new pull request, #32092: Handle partially updated trigger/task_instance data in triggerr jobs

2023-06-23 Thread via GitHub
tomrutter opened a new pull request, #32092: URL: https://github.com/apache/airflow/pull/32092 Updates to triggerer job to improve robustness. Context: Triggerer runs two threads, one synchronous and one asynchronous. The synchronous thread handles db updates, and the asynchronous

[GitHub] [airflow] boring-cyborg[bot] commented on pull request #32092: Handle partially updated trigger/task_instance data in triggerr jobs

2023-06-23 Thread via GitHub
boring-cyborg[bot] commented on PR #32092: URL: https://github.com/apache/airflow/pull/32092#issuecomment-1604133897 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] tomrutter opened a new issue, #32091: Triggerer intermittent failure when running many triggerers

2023-06-23 Thread via GitHub
tomrutter opened a new issue, #32091: URL: https://github.com/apache/airflow/issues/32091 ### Apache Airflow version 2.6.2 ### What happened We are running a dag with many deferrable tasks using a custom trigger that waits for an Azure Batch task to complete. When many

[GitHub] [airflow] potiuk commented on a diff in pull request #32052: Disable allowing by default testing of connnections in UI

2023-06-23 Thread via GitHub
potiuk commented on code in PR #32052: URL: https://github.com/apache/airflow/pull/32052#discussion_r1239687219 ## airflow/www/static/js/connection_form.js: ## @@ -123,6 +125,16 @@ function applyFieldBehaviours(connection) { */ function handleTestConnection(connectionType,

[GitHub] [airflow] potiuk commented on a diff in pull request #32052: Disable allowing by default testing of connnections in UI

2023-06-23 Thread via GitHub
potiuk commented on code in PR #32052: URL: https://github.com/apache/airflow/pull/32052#discussion_r1239681677 ## airflow/www/static/js/connection_form.js: ## @@ -123,6 +125,16 @@ function applyFieldBehaviours(connection) { */ function handleTestConnection(connectionType,

[GitHub] [airflow] potiuk commented on a diff in pull request #32052: Disable allowing by default testing of connnections in UI

2023-06-23 Thread via GitHub
potiuk commented on code in PR #32052: URL: https://github.com/apache/airflow/pull/32052#discussion_r1239681677 ## airflow/www/static/js/connection_form.js: ## @@ -123,6 +125,16 @@ function applyFieldBehaviours(connection) { */ function handleTestConnection(connectionType,

[airflow] branch main updated: doc: fix Google authorization token command (#31893)

2023-06-23 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 fa07812d10 doc: fix Google authorization token

[GitHub] [airflow] boring-cyborg[bot] commented on pull request #31893: doc: fix Google authorization token command

2023-06-23 Thread via GitHub
boring-cyborg[bot] commented on PR #31893: URL: https://github.com/apache/airflow/pull/31893#issuecomment-1604067020 Awesome work, congrats on your first merged pull request! You are invited to check our [Issue Tracker](https://github.com/apache/airflow/issues) for additional

[GitHub] [airflow] eladkal merged pull request #31893: doc: fix Google authorization token command

2023-06-23 Thread via GitHub
eladkal merged PR #31893: URL: https://github.com/apache/airflow/pull/31893 -- 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] pankajastro commented on a diff in pull request #32029: Add deferrable mode in EMR operator and sensor

2023-06-23 Thread via GitHub
pankajastro commented on code in PR #32029: URL: https://github.com/apache/airflow/pull/32029#discussion_r1239642693 ## airflow/providers/amazon/aws/sensors/emr.py: ## @@ -424,12 +431,16 @@ def __init__( job_flow_id: str, target_states: Iterable[str] | None =

[GitHub] [airflow] pankajastro commented on a diff in pull request #32029: Add deferrable mode in EMR operator and sensor

2023-06-23 Thread via GitHub
pankajastro commented on code in PR #32029: URL: https://github.com/apache/airflow/pull/32029#discussion_r1239641163 ## airflow/providers/amazon/aws/triggers/emr.py: ## @@ -317,3 +317,72 @@ async def run(self) -> AsyncIterator[TriggerEvent]: await

[airflow] branch main updated: Update comment for editable installs wrt setuptools (#32090)

2023-06-23 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 ca13c7b77e Update comment for editable installs

[GitHub] [airflow] potiuk merged pull request #32090: Update comment for editable installs wrt setuptools

2023-06-23 Thread via GitHub
potiuk merged PR #32090: URL: https://github.com/apache/airflow/pull/32090 -- 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:

[airflow] branch main updated: Fix "operators_and_hooks_ref.py" to output "sensor" item. (#32085)

2023-06-23 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 3bfc0817ec Fix "operators_and_hooks_ref.py" to

[GitHub] [airflow] boring-cyborg[bot] commented on pull request #32085: Fix AWS "Operators and hooks" page to display "Sensors" item

2023-06-23 Thread via GitHub
boring-cyborg[bot] commented on PR #32085: URL: https://github.com/apache/airflow/pull/32085#issuecomment-1604053979 Awesome work, congrats on your first merged pull request! You are invited to check our [Issue Tracker](https://github.com/apache/airflow/issues) for additional

[GitHub] [airflow] potiuk commented on pull request #32085: Fix AWS "Operators and hooks" page to display "Sensors" item

2023-06-23 Thread via GitHub
potiuk commented on PR #32085: URL: https://github.com/apache/airflow/pull/32085#issuecomment-1604053680 Cc: @eladkal -> you might want to cherry-pick (or manually modify) that one and regenerate the provider documentation before merging it today. -- This is an automated message from the

[GitHub] [airflow] potiuk merged pull request #32085: Fix AWS "Operators and hooks" page to display "Sensors" item

2023-06-23 Thread via GitHub
potiuk merged PR #32085: URL: https://github.com/apache/airflow/pull/32085 -- 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] Adaverse commented on a diff in pull request #32089: Parameters for vertica

2023-06-23 Thread via GitHub
Adaverse commented on code in PR #32089: URL: https://github.com/apache/airflow/pull/32089#discussion_r1239630460 ## airflow/providers/vertica/hooks/vertica.py: ## @@ -45,6 +45,51 @@ def get_conn(self) -> connect: conn_config["port"] = 5433 else:

[GitHub] [airflow] pankajkoti opened a new pull request, #32090: Update comment for editable installs wrt setuptools

2023-06-23 Thread via GitHub
pankajkoti opened a new pull request, #32090: URL: https://github.com/apache/airflow/pull/32090 Editable installs are currently broken using setuptools 64.0.0 and above. Update comment describing the same and mention workarounds. --- **^ Add meaningful description

[GitHub] [airflow] Adaverse commented on a diff in pull request #32089: Parameters for vertica

2023-06-23 Thread via GitHub
Adaverse commented on code in PR #32089: URL: https://github.com/apache/airflow/pull/32089#discussion_r1239630460 ## airflow/providers/vertica/hooks/vertica.py: ## @@ -45,6 +45,51 @@ def get_conn(self) -> connect: conn_config["port"] = 5433 else:

[GitHub] [airflow] Lee-W commented on a diff in pull request #32029: Add deferrable mode in EMR operator and sensor

2023-06-23 Thread via GitHub
Lee-W commented on code in PR #32029: URL: https://github.com/apache/airflow/pull/32029#discussion_r1239621504 ## airflow/providers/amazon/aws/sensors/emr.py: ## @@ -424,12 +431,16 @@ def __init__( job_flow_id: str, target_states: Iterable[str] | None = None,

[GitHub] [airflow] Adaverse commented on a diff in pull request #32089: Parameters for vertica

2023-06-23 Thread via GitHub
Adaverse commented on code in PR #32089: URL: https://github.com/apache/airflow/pull/32089#discussion_r1239623477 ## airflow/providers/vertica/hooks/vertica.py: ## @@ -45,6 +45,51 @@ def get_conn(self) -> connect: conn_config["port"] = 5433 else:

[GitHub] [airflow] potiuk commented on pull request #29465: Use newer setuptools v67.2.0

2023-06-23 Thread via GitHub
potiuk commented on PR #29465: URL: https://github.com/apache/airflow/pull/29465#issuecomment-1604017790 We have an issue about it https://github.com/apache/airflow/issues/30764 already and yeah. I think it needs a bit closer look. I think it might be quite tricky to solve - our setup.py

[GitHub] [airflow] boring-cyborg[bot] commented on pull request #32089: Parameters for vertica

2023-06-23 Thread via GitHub
boring-cyborg[bot] commented on PR #32089: URL: https://github.com/apache/airflow/pull/32089#issuecomment-1603991143 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] darkag opened a new pull request, #32089: Parameters for vertica

2023-06-23 Thread via GitHub
darkag opened a new pull request, #32089: URL: https://github.com/apache/airflow/pull/32089 Give the possibility to pass vertica connection parameters using extra. Especially it gives the possibility to enable load balancing (Vertica requires that load balancing is enabled client and

[airflow] branch main updated: Open links in new tab that take us away from Airflow UI (#32088)

2023-06-23 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 42c409dc43 Open links in new tab that take us away

[GitHub] [airflow] potiuk merged pull request #32088: Open links in new tab that take us away from Airflow UI

2023-06-23 Thread via GitHub
potiuk merged PR #32088: URL: https://github.com/apache/airflow/pull/32088 -- 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] pankajkoti opened a new pull request, #32088: Open links in new tab that take us away from Airflow UI

2023-06-23 Thread via GitHub
pankajkoti opened a new pull request, #32088: URL: https://github.com/apache/airflow/pull/32088 I am observing that clicking on the "Click here" links take us away from Airflow UI to the docs domain and I need to press on back button in the browser to get back to Airflow UI. Ideally,

[GitHub] [airflow] HaeSe0ng commented on pull request #32070: Fix name format in the batch requests

2023-06-23 Thread via GitHub
HaeSe0ng commented on PR #32070: URL: https://github.com/apache/airflow/pull/32070#issuecomment-1603932631 Thank you for the reviews. May I know what version would include this PR and when would it be released? -- This is an automated message from the Apache Git Service. To respond to

[airflow] branch main updated: Remove casting of forward_credentials for shell and start-airflow breeze (#32087)

2023-06-23 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 3ead4aa610 Remove casting of forward_credentials

[GitHub] [airflow] potiuk merged pull request #32087: Remove casting of forward_credentials for shell and start-airflow breeze

2023-06-23 Thread via GitHub
potiuk merged PR #32087: URL: https://github.com/apache/airflow/pull/32087 -- 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 #32087: Remove casting of forward_credentials for shell and start-airflow breeze

2023-06-23 Thread via GitHub
potiuk commented on PR #32087: URL: https://github.com/apache/airflow/pull/32087#issuecomment-1603910093 cc: @vandonr-amz -- 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 opened a new pull request, #32087: Remove casting of forward_credentials for shell and start-airflow breeze

2023-06-23 Thread via GitHub
potiuk opened a new pull request, #32087: URL: https://github.com/apache/airflow/pull/32087 The forward-credentials flag was supposed to be disabled when you run start-airflow and shell commands. However the flag boolean value has been casted to str so False became "False" and

[airflow] branch main updated: Use re2 for matching untrusted regex (#32060)

2023-06-23 Thread pierrejeambrun
This is an automated email from the ASF dual-hosted git repository. pierrejeambrun 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 116e607ddc Use re2 for matching untrusted

[GitHub] [airflow] pierrejeambrun merged pull request #32060: Use re2 for matching untrusted regex

2023-06-23 Thread via GitHub
pierrejeambrun merged PR #32060: URL: https://github.com/apache/airflow/pull/32060 -- 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] Owen-CH-Leung commented on pull request #31920: Deprecate the 2 non-official elasticsearch libraries

2023-06-23 Thread via GitHub
Owen-CH-Leung commented on PR #31920: URL: https://github.com/apache/airflow/pull/31920#issuecomment-1603877801 @potiuk The CI job `provider package wheel (verify)` is still failing : ```Command to run: 'git log --pretty=format:%H %h %cd %s --date=short

[GitHub] [airflow] gartyanip commented on issue #32084: GKEStartPodOperator unnable to start pod

2023-06-23 Thread via GitHub
gartyanip commented on issue #32084: URL: https://github.com/apache/airflow/issues/32084#issuecomment-1603855805 thank you -- 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] boring-cyborg[bot] commented on pull request #32085: Fix AWS "Operators and hooks" page to display "Sensors" item

2023-06-23 Thread via GitHub
boring-cyborg[bot] commented on PR #32085: URL: https://github.com/apache/airflow/pull/32085#issuecomment-1603852036 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] suzuryo97 opened a new pull request, #32085: Fix AWS "Operators and hooks" page to display "Sensors" item

2023-06-23 Thread via GitHub
suzuryo97 opened a new pull request, #32085: URL: https://github.com/apache/airflow/pull/32085 In the "Operators_and_hooks_ref.py" code, "sensors" has been replaced with "hooks". As a result, the "Sensors" items are not displayed on the [AWS "Operators and hooks"

[GitHub] [airflow] Owen-CH-Leung commented on pull request #31920: Deprecate the 2 non-official elasticsearch libraries

2023-06-23 Thread via GitHub
Owen-CH-Leung commented on PR #31920: URL: https://github.com/apache/airflow/pull/31920#issuecomment-1603763991 @potiuk looks like multiple CI jobs fail at the `docker pull`...maybe a rerun would fix them -- This is an automated message from the Apache Git Service. To respond to the

[GitHub] [airflow] boring-cyborg[bot] commented on issue #32084: GKEStartPodOperator unnable to start pod

2023-06-23 Thread via GitHub
boring-cyborg[bot] commented on issue #32084: URL: https://github.com/apache/airflow/issues/32084#issuecomment-1603752959 Thanks for opening your first issue here! Be sure to follow the issue template! If you are willing to raise PR to address this issue please do so, no need to wait for

[GitHub] [airflow] vrumjantsev opened a new issue, #32084: GKEStartPodOperator unnable to start pod

2023-06-23 Thread via GitHub
vrumjantsev opened a new issue, #32084: URL: https://github.com/apache/airflow/issues/32084 ### Apache Airflow version 2.6.2 ### What happened I'm running airflow 2.6.2 installed in GKE private cluster, deployed via official helm chart 1.9.0 Aifflow image also

[GitHub] [airflow] Adaverse commented on pull request #32082: Fix where account url is build if not provided using login (account name)

2023-06-23 Thread via GitHub
Adaverse commented on PR #32082: URL: https://github.com/apache/airflow/pull/32082#issuecomment-1603731755 cc @phanikumv -- 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.

<    1   2