[airflow] 01/02: Update config hash in Breeze's README.md during reinstalllation (#28148)

2023-01-11 Thread ephraimanierobi
This is an automated email from the ASF dual-hosted git repository. ephraimanierobi pushed a commit to branch v2-5-test in repository https://gitbox.apache.org/repos/asf/airflow.git commit 1a787a7780531f435251c09f1577f4a78bacb8b7 Author: Jarek Potiuk AuthorDate: Tue Dec 6 22:14:10 2022 +0100

[GitHub] [airflow] uranusjr commented on issue #28879: TypeError: cannot pickle 'module' object

2023-01-11 Thread GitBox
uranusjr commented on issue #28879: URL: https://github.com/apache/airflow/issues/28879#issuecomment-1379938759 What are those values in `config`? -- 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

[airflow] branch main updated: Add dep context description for better log message (#28875)

2023-01-11 Thread dstandish
This is an automated email from the ASF dual-hosted git repository. dstandish pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/airflow.git The following commit(s) were added to refs/heads/main by this push: new 1ca94ee6ba Add dep context description for bette

[airflow] 02/02: Add inputimeout as dependency to breeze-cmd-line pre-commit deps (#28299)

2023-01-11 Thread ephraimanierobi
This is an automated email from the ASF dual-hosted git repository. ephraimanierobi pushed a commit to branch v2-5-test in repository https://gitbox.apache.org/repos/asf/airflow.git commit 33420d5db97afcd4d537a86bf30b45a683f8e21a Author: Jarek Potiuk AuthorDate: Mon Dec 12 12:00:34 2022 +0100

[airflow] branch v2-5-test updated (af684d823c -> 33420d5db9)

2023-01-11 Thread ephraimanierobi
This is an automated email from the ASF dual-hosted git repository. ephraimanierobi pushed a change to branch v2-5-test in repository https://gitbox.apache.org/repos/asf/airflow.git from af684d823c Fix taskflow.rst duplicated "or" (#28839) new 1a787a7780 Update config hash in Breeze's R

[GitHub] [airflow] dstandish merged pull request #28875: Add dep context description for better log message

2023-01-11 Thread GitBox
dstandish merged PR #28875: URL: https://github.com/apache/airflow/pull/28875 -- 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...@airflo

[GitHub] [airflow] boring-cyborg[bot] commented on issue #28879: TypeError: cannot pickle 'module' object

2023-01-11 Thread GitBox
boring-cyborg[bot] commented on issue #28879: URL: https://github.com/apache/airflow/issues/28879#issuecomment-1379937259 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 mess

[GitHub] [airflow] SadmiB opened a new issue, #28879: TypeError: cannot pickle 'module' object

2023-01-11 Thread GitBox
SadmiB opened a new issue, #28879: URL: https://github.com/apache/airflow/issues/28879 ### Apache Airflow version 2.5.0 ### What happened I'm running airflow in Kubernetes, I schedule PythonOperator using Kubernetes executor to download a dataset from s3 and I'm getting

[GitHub] [airflow] ephraimbuddy commented on pull request #28534: Ensure that pod_mutation_hook is called before logging the pod name

2023-01-11 Thread GitBox
ephraimbuddy commented on PR #28534: URL: https://github.com/apache/airflow/pull/28534#issuecomment-1379931032 > Marking this as a "bug fix" and putting it in for 2.5.1 Moving this to 2.6.0 due to multiple conflicts -- This is an automated message from the Apache Git Service. To res

[GitHub] [airflow] dstandish commented on pull request #28875: Add dep context description for better log message

2023-01-11 Thread GitBox
dstandish commented on PR #28875: URL: https://github.com/apache/airflow/pull/28875#issuecomment-1379928063 > Do we not want to include other DepContext fields in the log? too many values. i explored mucking with repr to just print out non-default values but ... was a pain so i thoug

[GitHub] [airflow] dstandish commented on a diff in pull request #28878: Allow nested attr in elasticsearch host_field

2023-01-11 Thread GitBox
dstandish commented on code in PR #28878: URL: https://github.com/apache/airflow/pull/28878#discussion_r1067792774 ## airflow/providers/elasticsearch/log/es_task_handler.py: ## @@ -409,16 +409,22 @@ def supports_external_link(self) -> bool: return bool(self.frontend)

[airflow] branch main updated (9d6b150b87 -> c7f0aca525)

2023-01-11 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 9d6b150b87 Update CODEOWNERS amazon and executors (#28873) add c7f0aca525 Remove horizontal lines in TI logs (#

[GitHub] [airflow] dstandish merged pull request #28876: Remove horizontal lines in TI logs

2023-01-11 Thread GitBox
dstandish merged PR #28876: URL: https://github.com/apache/airflow/pull/28876 -- 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...@airflo

[GitHub] [airflow] uranusjr commented on a diff in pull request #28878: Allow nested attr in elasticsearch host_field

2023-01-11 Thread GitBox
uranusjr commented on code in PR #28878: URL: https://github.com/apache/airflow/pull/28878#discussion_r1067790617 ## airflow/providers/elasticsearch/log/es_task_handler.py: ## @@ -409,16 +409,22 @@ def supports_external_link(self) -> bool: return bool(self.frontend)

[GitHub] [airflow] dstandish commented on a diff in pull request #28878: Allow nested attr in elasticsearch host_field

2023-01-11 Thread GitBox
dstandish commented on code in PR #28878: URL: https://github.com/apache/airflow/pull/28878#discussion_r1067789878 ## airflow/providers/elasticsearch/log/es_task_handler.py: ## @@ -407,3 +407,18 @@ def get_external_log_url(self, task_instance: TaskInstance, try_number: int) ->

[GitHub] [airflow] phanikumv commented on a diff in pull request #28874: Add `HivePartitionAsyncSensor`

2023-01-11 Thread GitBox
phanikumv commented on code in PR #28874: URL: https://github.com/apache/airflow/pull/28874#discussion_r1067780016 ## airflow/providers/apache/hive/provider.yaml: ## @@ -56,6 +56,7 @@ dependencies: # the sasl library anyway (and there sasl library version is not relevant)

[GitHub] [airflow] phanikumv commented on a diff in pull request #28874: Add `HivePartitionAsyncSensor`

2023-01-11 Thread GitBox
phanikumv commented on code in PR #28874: URL: https://github.com/apache/airflow/pull/28874#discussion_r1067780016 ## airflow/providers/apache/hive/provider.yaml: ## @@ -56,6 +56,7 @@ dependencies: # the sasl library anyway (and there sasl library version is not relevant)

[GitHub] [airflow] dstandish commented on a diff in pull request #28878: Allow nested attr in elasticsearch host_field

2023-01-11 Thread GitBox
dstandish commented on code in PR #28878: URL: https://github.com/apache/airflow/pull/28878#discussion_r1067782575 ## airflow/providers/elasticsearch/log/es_task_handler.py: ## @@ -407,3 +407,18 @@ def get_external_log_url(self, task_instance: TaskInstance, try_number: int) ->

[GitHub] [airflow] phanikumv commented on a diff in pull request #28874: Add `HivePartitionAsyncSensor`

2023-01-11 Thread GitBox
phanikumv commented on code in PR #28874: URL: https://github.com/apache/airflow/pull/28874#discussion_r1067780016 ## airflow/providers/apache/hive/provider.yaml: ## @@ -56,6 +56,7 @@ dependencies: # the sasl library anyway (and there sasl library version is not relevant)

[GitHub] [airflow] uranusjr commented on a diff in pull request #28878: Allow nested attr in elasticsearch host_field

2023-01-11 Thread GitBox
uranusjr commented on code in PR #28878: URL: https://github.com/apache/airflow/pull/28878#discussion_r1067778960 ## airflow/providers/elasticsearch/log/es_task_handler.py: ## @@ -407,3 +407,18 @@ def get_external_log_url(self, task_instance: TaskInstance, try_number: int) ->

[GitHub] [airflow] potiuk commented on a diff in pull request #28528: Fixes to how DebugExecutor handles sensors

2023-01-11 Thread GitBox
potiuk commented on code in PR #28528: URL: https://github.com/apache/airflow/pull/28528#discussion_r1067776865 ## airflow/ti_deps/deps/ready_to_reschedule.py: ## @@ -44,7 +45,8 @@ def _get_dep_statuses(self, ti, session, dep_context): from airflow.models.mappedoperator

[GitHub] [airflow] uranusjr commented on issue #28870: Support multiple buttons from `operator_extra_links`

2023-01-11 Thread GitBox
uranusjr commented on issue #28870: URL: https://github.com/apache/airflow/issues/28870#issuecomment-1379908954 How is this different from implementing multiple OperatorLink classes for the operator? -- This is an automated message from the Apache Git Service. To respond to the message, p

[GitHub] [airflow] dstandish commented on a diff in pull request #28878: Allow nested attr in elasticsearch host_field

2023-01-11 Thread GitBox
dstandish commented on code in PR #28878: URL: https://github.com/apache/airflow/pull/28878#discussion_r1067776939 ## airflow/providers/elasticsearch/log/es_task_handler.py: ## @@ -407,3 +407,18 @@ def get_external_log_url(self, task_instance: TaskInstance, try_number: int) ->

[GitHub] [airflow] dstandish commented on a diff in pull request #28878: Allow nested attr in elasticsearch host_field

2023-01-11 Thread GitBox
dstandish commented on code in PR #28878: URL: https://github.com/apache/airflow/pull/28878#discussion_r1067776349 ## airflow/providers/elasticsearch/log/es_task_handler.py: ## @@ -407,3 +407,18 @@ def get_external_log_url(self, task_instance: TaskInstance, try_number: int) ->

[GitHub] [airflow] dstandish commented on a diff in pull request #28878: Allow nested attr in elasticsearch host_field

2023-01-11 Thread GitBox
dstandish commented on code in PR #28878: URL: https://github.com/apache/airflow/pull/28878#discussion_r1067776188 ## airflow/providers/elasticsearch/log/es_task_handler.py: ## @@ -407,3 +407,18 @@ def get_external_log_url(self, task_instance: TaskInstance, try_number: int) ->

[GitHub] [airflow] potiuk commented on issue #28870: Support multiple buttons from `operator_extra_links`

2023-01-11 Thread GitBox
potiuk commented on issue #28870: URL: https://github.com/apache/airflow/issues/28870#issuecomment-1379906282 As long as it backwards compatible - sure. If you would like to contribute it, that works ld be great - it does not pass the bar of being super simple but for experienced person it

[GitHub] [airflow] uranusjr commented on pull request #28875: Add dep context description for better log message

2023-01-11 Thread GitBox
uranusjr commented on PR #28875: URL: https://github.com/apache/airflow/pull/28875#issuecomment-1379905764 Do we not want to include other DepContext fields in the log? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use t

[GitHub] [airflow] uranusjr commented on a diff in pull request #28878: Allow nested attr in elasticsearch host_field

2023-01-11 Thread GitBox
uranusjr commented on code in PR #28878: URL: https://github.com/apache/airflow/pull/28878#discussion_r1067772280 ## airflow/providers/elasticsearch/log/es_task_handler.py: ## @@ -407,3 +407,18 @@ def get_external_log_url(self, task_instance: TaskInstance, try_number: int) ->

[GitHub] [airflow] uranusjr commented on issue #28865: dag.test() hangs with deferrable operators if DAG is paused

2023-01-11 Thread GitBox
uranusjr commented on issue #28865: URL: https://github.com/apache/airflow/issues/28865#issuecomment-1379900888 Go ahead. -- 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] dstandish opened a new pull request, #28878: Allow nested attr in elasticsearch host_field

2023-01-11 Thread GitBox
dstandish opened a new pull request, #28878: URL: https://github.com/apache/airflow/pull/28878 Sometimes we may need to use nested field e.g. with filebeat: AIRFLOW__ELASTICSEARCH__HOST_FIELD=host.name Currently this will not fail but will return "default_host" -- the default v

[GitHub] [airflow] kamalesh0406 commented on issue #28865: dag.test() hangs with deferrable operators if DAG is paused

2023-01-11 Thread GitBox
kamalesh0406 commented on issue #28865: URL: https://github.com/apache/airflow/issues/28865#issuecomment-1379895553 @potiuk I can look into this issue, can you assign it to me? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub a

[airflow] branch main updated: Update CODEOWNERS amazon and executors (#28873)

2023-01-11 Thread taragolis
This is an automated email from the ASF dual-hosted git repository. taragolis pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/airflow.git The following commit(s) were added to refs/heads/main by this push: new 9d6b150b87 Update CODEOWNERS amazon and executor

[GitHub] [airflow] Taragolis merged pull request #28873: Update CODEOWNERS amazon and executors

2023-01-11 Thread GitBox
Taragolis merged PR #28873: URL: https://github.com/apache/airflow/pull/28873 -- 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...@airflo

[GitHub] [airflow] Taragolis commented on a diff in pull request #28874: Add `HivePartitionAsyncSensor`

2023-01-11 Thread GitBox
Taragolis commented on code in PR #28874: URL: https://github.com/apache/airflow/pull/28874#discussion_r1067755312 ## airflow/providers/apache/hive/provider.yaml: ## @@ -56,6 +56,7 @@ dependencies: # the sasl library anyway (and there sasl library version is not relevant)

[airflow] branch main updated: Add a new SSM hook and use it in the System Test context builder (#28755)

2023-01-11 Thread onikolas
This is an automated email from the ASF dual-hosted git repository. onikolas 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 870ecd477a Add a new SSM hook and use it in the S

[GitHub] [airflow] o-nikolas merged pull request #28755: Add a new SSM hook and use it in the System Test context builder

2023-01-11 Thread GitBox
o-nikolas merged PR #28755: URL: https://github.com/apache/airflow/pull/28755 -- 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...@airflo

[GitHub] [airflow] o-nikolas commented on a diff in pull request #28755: Add a new SSM hook and use it in the System Test context builder

2023-01-11 Thread GitBox
o-nikolas commented on code in PR #28755: URL: https://github.com/apache/airflow/pull/28755#discussion_r1067757109 ## tests/system/providers/amazon/aws/utils/__init__.py: ## @@ -92,15 +93,15 @@ def _fetch_from_ssm(key: str, test_name: str | None = None) -> str: :return: Th

[GitHub] [airflow] dstandish opened a new pull request, #28876: Remove horizontal lines in TI logs

2023-01-11 Thread GitBox
dstandish opened a new pull request, #28876: URL: https://github.com/apache/airflow/pull/28876 These are not really that helpful and certainly provide no meaningful information. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to Gi

[GitHub] [airflow] uranusjr commented on issue #28868: Use dynamic task mapping in TriggerDagRunOperator may generate the same run_id

2023-01-11 Thread GitBox
uranusjr commented on issue #28868: URL: https://github.com/apache/airflow/issues/28868#issuecomment-1379867945 The real problem is not actually the run ID, but the logical date (execution date), which also has a unique constraint, and can be identical if you schedule too fast. Even if the

[GitHub] [airflow] dstandish opened a new pull request, #28875: Add dep context description for better log message

2023-01-11 Thread GitBox
dstandish opened a new pull request, #28875: URL: https://github.com/apache/airflow/pull/28875 Otherwise, it appears that there is a duplicate log record. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL abo

[GitHub] [airflow] phanikumv opened a new pull request, #28874: Add async hive sensor

2023-01-11 Thread GitBox
phanikumv opened a new pull request, #28874: URL: https://github.com/apache/airflow/pull/28874 This PR donates the async hive sensor from [astronomer-providers](https://github.com/astronomer/astronomer-providers) repo to Airflow --- **^ Add meaningful description above**

[GitHub] [airflow] o-nikolas opened a new pull request, #28873: Update CODEOWNERS amazon and executors

2023-01-11 Thread GitBox
o-nikolas opened a new pull request, #28873: URL: https://github.com/apache/airflow/pull/28873 Updating the code owners file for areas I have some context and ownership for. --- **^ Add meaningful description above** Read the **[Pull Request Guidelines](https://gith

[GitHub] [airflow] uranusjr commented on a diff in pull request #28871: KubenetesExecutor sends state even when successful

2023-01-11 Thread GitBox
uranusjr commented on code in PR #28871: URL: https://github.com/apache/airflow/pull/28871#discussion_r1067709600 ## airflow/executors/kubernetes_executor.py: ## @@ -751,19 +751,25 @@ def _change_state(self, key: TaskInstanceKey, state: str | None, pod_id: str, na if T

[GitHub] [airflow] uranusjr commented on a diff in pull request #28871: KubenetesExecutor sends state even when successful

2023-01-11 Thread GitBox
uranusjr commented on code in PR #28871: URL: https://github.com/apache/airflow/pull/28871#discussion_r1067709600 ## airflow/executors/kubernetes_executor.py: ## @@ -751,19 +751,25 @@ def _change_state(self, key: TaskInstanceKey, state: str | None, pod_id: str, na if T

[GitHub] [airflow] Bowrna commented on issue #28789: Add colors in help outputs of Airfow CLI commands

2023-01-11 Thread GitBox
Bowrna commented on issue #28789: URL: https://github.com/apache/airflow/issues/28789#issuecomment-1379826391 @potiuk Do you mean that it should be done either for all the CLI commands or for nothing? Am i right? -- This is an automated message from the Apache Git Service. To respond to t

[GitHub] [airflow] EricGao888 commented on a diff in pull request #28858: Fix incorrect comments in worker-kedaautoscaler.yaml

2023-01-11 Thread GitBox
EricGao888 commented on code in PR #28858: URL: https://github.com/apache/airflow/pull/28858#discussion_r1067672767 ## chart/templates/workers/worker-kedaautoscaler.yaml: ## @@ -37,10 +37,10 @@ spec: scaleTargetRef: kind: {{ ternary "StatefulSet" "Deployment" .Values.wo

[GitHub] [airflow] gunziptarball commented on pull request #28430: Pass extra index url with build secrets

2023-01-11 Thread GitBox
gunziptarball commented on PR #28430: URL: https://github.com/apache/airflow/pull/28430#issuecomment-1379771353 Thanks for the review! I had thought this would be a problem based on [this article](https://pythonspeed.com/articles/docker-build-secrets/) but I overlooked the bit that said a

[GitHub] [airflow] amoghrajesh commented on issue #27507: Making logging for HttpHook optional

2023-01-11 Thread GitBox
amoghrajesh commented on issue #27507: URL: https://github.com/apache/airflow/issues/27507#issuecomment-1379755880 @alon-parag @potiuk can you attach some references on how to reproduce this issue/where to look to make code changes? -- This is an automated message from the Apache Git Serv

[GitHub] [airflow] boring-cyborg[bot] commented on issue #28872: Grid view doesn't show recent dag runs for some pipelines in 2.4.0

2023-01-11 Thread GitBox
boring-cyborg[bot] commented on issue #28872: URL: https://github.com/apache/airflow/issues/28872#issuecomment-1379731428 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 mess

[GitHub] [airflow] aprettyloner opened a new issue, #28872: Grid view doesn't show recent dag runs for some pipelines in 2.4.0

2023-01-11 Thread GitBox
aprettyloner opened a new issue, #28872: URL: https://github.com/apache/airflow/issues/28872 ### Apache Airflow version Other Airflow 2 version (please specify below) ### What happened # Context We performed an upgrade today from 2.2.3 to 2.4.0, with a chart upgrade fr

[GitHub] [airflow] o-nikolas commented on a diff in pull request #28528: Fixes to how DebugExecutor handles sensors

2023-01-11 Thread GitBox
o-nikolas commented on code in PR #28528: URL: https://github.com/apache/airflow/pull/28528#discussion_r1067627962 ## airflow/ti_deps/deps/ready_to_reschedule.py: ## @@ -44,7 +45,8 @@ def _get_dep_statuses(self, ti, session, dep_context): from airflow.models.mappedopera

[GitHub] [airflow] jedcunningham opened a new pull request, #28871: KubenetesExecutor sends state even when successful

2023-01-11 Thread GitBox
jedcunningham opened a new pull request, #28871: URL: https://github.com/apache/airflow/pull/28871 Like the other executors, KubernetesExecutor should send the "worker state" back to result buffer. This is more consistent, particularly around logging, with the other executors. -- Thi

[GitHub] [airflow] yenchenLiu commented on issue #28868: Use dynamic task mapping in TriggerDagRunOperator may generate the same run_id

2023-01-11 Thread GitBox
yenchenLiu commented on issue #28868: URL: https://github.com/apache/airflow/issues/28868#issuecomment-1379676489 I guess that we can check if the task is dynamic mapping (maybe by checking `expanded_ti_count`?), then add the current task number into `run_id` etc. -- This is an automated

[GitHub] [airflow] boring-cyborg[bot] commented on issue #28870: Support multiple buttons from `operator_extra_links`

2023-01-11 Thread GitBox
boring-cyborg[bot] commented on issue #28870: URL: https://github.com/apache/airflow/issues/28870#issuecomment-1379674340 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 mess

[GitHub] [airflow] travis-cook-sfdc opened a new issue, #28870: Support multiple buttons from `operator_extra_links`

2023-01-11 Thread GitBox
travis-cook-sfdc opened a new issue, #28870: URL: https://github.com/apache/airflow/issues/28870 ### Description `BaseOperatorLink` should support returning multiple links: ``` class ButtonLink:: def __init__(self, name: str, link: str) -> None: self.name =

[GitHub] [airflow] vandonr-amz opened a new pull request, #28869: rewrite polling code for appflow hook

2023-01-11 Thread GitBox
vandonr-amz opened a new pull request, #28869: URL: https://github.com/apache/airflow/pull/28869 Existing code had several problems imho, like * using 3 different sleep times, only one being configurable * sleeping before doing anything * relying on the last run being the one we

[airflow] branch v2-5-test updated: Fix taskflow.rst duplicated "or" (#28839)

2023-01-11 Thread pierrejeambrun
This is an automated email from the ASF dual-hosted git repository. pierrejeambrun pushed a commit to branch v2-5-test in repository https://gitbox.apache.org/repos/asf/airflow.git The following commit(s) were added to refs/heads/v2-5-test by this push: new af684d823c Fix taskflow.rst dupli

[airflow] branch v2-5-test updated: Update scheduler docs about low priority tasks (#28831)

2023-01-11 Thread pierrejeambrun
This is an automated email from the ASF dual-hosted git repository. pierrejeambrun pushed a commit to branch v2-5-test in repository https://gitbox.apache.org/repos/asf/airflow.git The following commit(s) were added to refs/heads/v2-5-test by this push: new 192fd4b540 Update scheduler docs

[airflow] branch v2-5-test updated: Fix masking of non-sensitive environment variables (#28802)

2023-01-11 Thread pierrejeambrun
This is an automated email from the ASF dual-hosted git repository. pierrejeambrun pushed a commit to branch v2-5-test in repository https://gitbox.apache.org/repos/asf/airflow.git The following commit(s) were added to refs/heads/v2-5-test by this push: new 3543195633 Fix masking of non-sen

[airflow] branch v2-5-test updated: Update dynamic-task-mapping.rst (#28797)

2023-01-11 Thread pierrejeambrun
This is an automated email from the ASF dual-hosted git repository. pierrejeambrun pushed a commit to branch v2-5-test in repository https://gitbox.apache.org/repos/asf/airflow.git The following commit(s) were added to refs/heads/v2-5-test by this push: new 2c735b248f Update dynamic-task-ma

[airflow] branch v2-5-test updated: Remove swagger-ui extra from connexion and install swagger-ui-dist via npm package (#28788)

2023-01-11 Thread pierrejeambrun
This is an automated email from the ASF dual-hosted git repository. pierrejeambrun pushed a commit to branch v2-5-test in repository https://gitbox.apache.org/repos/asf/airflow.git The following commit(s) were added to refs/heads/v2-5-test by this push: new 1eb8ec2f74 Remove swagger-ui extr

[airflow] branch v2-5-test updated: Fix UIAlert should_show when AUTH_ROLE_PUBLIC set (#28781)

2023-01-11 Thread pierrejeambrun
This is an automated email from the ASF dual-hosted git repository. pierrejeambrun pushed a commit to branch v2-5-test in repository https://gitbox.apache.org/repos/asf/airflow.git The following commit(s) were added to refs/heads/v2-5-test by this push: new aac37ec52a Fix UIAlert should_sho

[GitHub] [airflow] boring-cyborg[bot] commented on issue #28868: Use dynamic task mapping in TriggerDagRunOperator may generate the same run_id

2023-01-11 Thread GitBox
boring-cyborg[bot] commented on issue #28868: URL: https://github.com/apache/airflow/issues/28868#issuecomment-1379652983 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 mess

[GitHub] [airflow] yenchenLiu opened a new issue, #28868: Use dynamic task mapping in TriggerDagRunOperator may generate the same run_id

2023-01-11 Thread GitBox
yenchenLiu opened a new issue, #28868: URL: https://github.com/apache/airflow/issues/28868 ### Apache Airflow version 2.5.0 ### What happened I use TriggerDagRunOperator to generate a large number of dag instances(>= 100), and it sometimes causes a bug that is ``` lo

[airflow] 04/04: Only patch single label when adopting pod (#28776)

2023-01-11 Thread pierrejeambrun
This is an automated email from the ASF dual-hosted git repository. pierrejeambrun pushed a commit to branch v2-5-test in repository https://gitbox.apache.org/repos/asf/airflow.git commit 2fa9474cc061152d7705a93ede5fe4bcfa49f1e1 Author: Jed Cunningham <66968678+jedcunning...@users.noreply.github.

[airflow] 01/04: Clarify about docker compose (#28729)

2023-01-11 Thread pierrejeambrun
This is an automated email from the ASF dual-hosted git repository. pierrejeambrun pushed a commit to branch v2-5-test in repository https://gitbox.apache.org/repos/asf/airflow.git commit a00f089f45e096c5b833af088063e543f3c19e9d Author: eladkal <45845474+elad...@users.noreply.github.com> AuthorDa

[airflow] 02/04: Update CSRF token to expire with session (#28730)

2023-01-11 Thread pierrejeambrun
This is an automated email from the ASF dual-hosted git repository. pierrejeambrun pushed a commit to branch v2-5-test in repository https://gitbox.apache.org/repos/asf/airflow.git commit 8202a4cc9f873d496c5f84b94fbca2c38fffda4f Author: Max Ho AuthorDate: Wed Jan 11 07:25:29 2023 +0800 Upda

[airflow] branch v2-5-test updated (e420172865 -> 2fa9474cc0)

2023-01-11 Thread pierrejeambrun
This is an automated email from the ASF dual-hosted git repository. pierrejeambrun pushed a change to branch v2-5-test in repository https://gitbox.apache.org/repos/asf/airflow.git from e420172865 Limit SQLAlchemy to below 2.0 (#28725) new a00f089f45 Clarify about docker compose (#28729

[airflow] 03/04: Clarify that versioned constraints are fixed at release time (#28762)

2023-01-11 Thread pierrejeambrun
This is an automated email from the ASF dual-hosted git repository. pierrejeambrun pushed a commit to branch v2-5-test in repository https://gitbox.apache.org/repos/asf/airflow.git commit 228961c9b9fe209fd179f3122b2b93cdf455cd79 Author: Jarek Potiuk AuthorDate: Fri Jan 6 10:29:28 2023 +0100

[GitHub] [airflow] potiuk commented on issue #27507: Making logging for HttpHook optional

2023-01-11 Thread GitBox
potiuk commented on issue #27507: URL: https://github.com/apache/airflow/issues/27507#issuecomment-1379644585 Feel free. -- 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] 03/03: Limit SQLAlchemy to below 2.0 (#28725)

2023-01-11 Thread pierrejeambrun
This is an automated email from the ASF dual-hosted git repository. pierrejeambrun pushed a commit to branch v2-5-test in repository https://gitbox.apache.org/repos/asf/airflow.git commit e420172865a4568b328b0cbf6a9135d8c3b24205 Author: Jarek Potiuk AuthorDate: Wed Jan 4 13:39:50 2023 +0100

[airflow] 02/03: Ignore Blackification commit from Blame (#28719)

2023-01-11 Thread pierrejeambrun
This is an automated email from the ASF dual-hosted git repository. pierrejeambrun pushed a commit to branch v2-5-test in repository https://gitbox.apache.org/repos/asf/airflow.git commit 9687cd7fdd58b5c5f0409230c7bd71acd00c9fea Author: Tzu-ping Chung AuthorDate: Wed Jan 4 15:41:47 2023 +0800

[airflow] branch v2-5-test updated (df84c2d1d3 -> e420172865)

2023-01-11 Thread pierrejeambrun
This is an automated email from the ASF dual-hosted git repository. pierrejeambrun pushed a change to branch v2-5-test in repository https://gitbox.apache.org/repos/asf/airflow.git from df84c2d1d3 Add Niko to committers (#28712) new dbdafc5ab7 Bump json5 from 1.0.1 to 1.0.2 in /airflow/

[airflow] 01/03: Bump json5 from 1.0.1 to 1.0.2 in /airflow/www (#28715)

2023-01-11 Thread pierrejeambrun
This is an automated email from the ASF dual-hosted git repository. pierrejeambrun pushed a commit to branch v2-5-test in repository https://gitbox.apache.org/repos/asf/airflow.git commit dbdafc5ab790ada51928055cb183d1042ef74bde Author: Dependabot [bot] <49699333+dependabot[bot]@users.noreply.git

[GitHub] [airflow] github-actions[bot] closed pull request #26800: add commands explanation

2023-01-11 Thread GitBox
github-actions[bot] closed pull request #26800: add commands explanation URL: https://github.com/apache/airflow/pull/26800 -- 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 un

[GitHub] [airflow] github-actions[bot] closed pull request #27541: Remove default owner

2023-01-11 Thread GitBox
github-actions[bot] closed pull request #27541: Remove default owner URL: https://github.com/apache/airflow/pull/27541 -- 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 unsubs

[airflow] branch v2-5-test updated: Add Niko to committers (#28712)

2023-01-11 Thread pierrejeambrun
This is an automated email from the ASF dual-hosted git repository. pierrejeambrun pushed a commit to branch v2-5-test in repository https://gitbox.apache.org/repos/asf/airflow.git The following commit(s) were added to refs/heads/v2-5-test by this push: new df84c2d1d3 Add Niko to committers

[airflow] branch v2-5-test updated: Fix some docs on using sensors with taskflow (#28708)

2023-01-11 Thread pierrejeambrun
This is an automated email from the ASF dual-hosted git repository. pierrejeambrun pushed a commit to branch v2-5-test in repository https://gitbox.apache.org/repos/asf/airflow.git The following commit(s) were added to refs/heads/v2-5-test by this push: new 2301e8b831 Fix some docs on using

[airflow] branch v2-5-test updated: Fix "airflow tasks render" cli command for mapped task instances (#28698)

2023-01-11 Thread pierrejeambrun
This is an automated email from the ASF dual-hosted git repository. pierrejeambrun pushed a commit to branch v2-5-test in repository https://gitbox.apache.org/repos/asf/airflow.git The following commit(s) were added to refs/heads/v2-5-test by this push: new b36f24753f Fix "airflow tasks ren

[airflow] branch v2-5-test updated: Allow XComArgs for external_task_ids of ExternalTaskSensor (#28692)

2023-01-11 Thread pierrejeambrun
This is an automated email from the ASF dual-hosted git repository. pierrejeambrun pushed a commit to branch v2-5-test in repository https://gitbox.apache.org/repos/asf/airflow.git The following commit(s) were added to refs/heads/v2-5-test by this push: new b967fc97d1 Allow XComArgs for ext

[airflow] branch v2-5-test updated: Row-lock TIs to be removed during mapped task expansion (#28689)

2023-01-11 Thread pierrejeambrun
This is an automated email from the ASF dual-hosted git repository. pierrejeambrun pushed a commit to branch v2-5-test in repository https://gitbox.apache.org/repos/asf/airflow.git The following commit(s) were added to refs/heads/v2-5-test by this push: new 6285c4e71b Row-lock TIs to be rem

[airflow] branch v2-5-test updated: Fixed typo (#28687)

2023-01-11 Thread pierrejeambrun
This is an automated email from the ASF dual-hosted git repository. pierrejeambrun pushed a commit to branch v2-5-test in repository https://gitbox.apache.org/repos/asf/airflow.git The following commit(s) were added to refs/heads/v2-5-test by this push: new f7c473033a Fixed typo (#28687) f7

[airflow] branch v2-5-test updated: Handle ConnectionReset exception in Executor cleanup (#28685)

2023-01-11 Thread pierrejeambrun
This is an automated email from the ASF dual-hosted git repository. pierrejeambrun pushed a commit to branch v2-5-test in repository https://gitbox.apache.org/repos/asf/airflow.git The following commit(s) were added to refs/heads/v2-5-test by this push: new 4cef77be70 Handle ConnectionReset

[airflow] branch v2-5-test updated: Fix description of output redirection for access_log for gunicorn (#28672)

2023-01-11 Thread pierrejeambrun
This is an automated email from the ASF dual-hosted git repository. pierrejeambrun pushed a commit to branch v2-5-test in repository https://gitbox.apache.org/repos/asf/airflow.git The following commit(s) were added to refs/heads/v2-5-test by this push: new 6b0f069224 Fix description of out

[airflow] branch v2-5-test updated: Fix minor typo in taskflow.rst (#28656)

2023-01-11 Thread pierrejeambrun
This is an automated email from the ASF dual-hosted git repository. pierrejeambrun pushed a commit to branch v2-5-test in repository https://gitbox.apache.org/repos/asf/airflow.git The following commit(s) were added to refs/heads/v2-5-test by this push: new e68eac88c9 Fix minor typo in task

[airflow] 02/04: Add back join to zombie query that was dropped in #28198 (#28544)

2023-01-11 Thread pierrejeambrun
This is an automated email from the ASF dual-hosted git repository. pierrejeambrun pushed a commit to branch v2-5-test in repository https://gitbox.apache.org/repos/asf/airflow.git commit 6d65da72db04d0c68301ca265dd5da61097670f5 Author: Jed Cunningham <66968678+jedcunning...@users.noreply.github.

[airflow] 01/04: Improve provider validation pre-commit (#28516)

2023-01-11 Thread pierrejeambrun
This is an automated email from the ASF dual-hosted git repository. pierrejeambrun pushed a commit to branch v2-5-test in repository https://gitbox.apache.org/repos/asf/airflow.git commit b607a287b8f0e8da0e2af426486f3108095b3537 Author: Jarek Potiuk AuthorDate: Thu Dec 22 03:25:08 2022 +0100

[airflow] branch v2-5-test updated (93a7e5fc18 -> 2f5060edef)

2023-01-11 Thread pierrejeambrun
This is an automated email from the ASF dual-hosted git repository. pierrejeambrun pushed a change to branch v2-5-test in repository https://gitbox.apache.org/repos/asf/airflow.git discard 93a7e5fc18 Change Architecture and OperatingSystem classies into Enums (#28627) discard d65fd66e46 Updat

[airflow] 04/04: Change Architecture and OperatingSystem classies into Enums (#28627)

2023-01-11 Thread pierrejeambrun
This is an automated email from the ASF dual-hosted git repository. pierrejeambrun pushed a commit to branch v2-5-test in repository https://gitbox.apache.org/repos/asf/airflow.git commit 2f5060edefa36338081ed1ffd7e12d669b02fe82 Author: Jarek Potiuk AuthorDate: Mon Jan 2 05:58:54 2023 +0100

[airflow] 03/04: Update pre-commit hooks (#28567)

2023-01-11 Thread pierrejeambrun
This is an automated email from the ASF dual-hosted git repository. pierrejeambrun pushed a commit to branch v2-5-test in repository https://gitbox.apache.org/repos/asf/airflow.git commit f56fd84b4c6f1d2a3d5491458df869263b6b3989 Author: KarshVashi <41749592+karshva...@users.noreply.github.com> Au

[airflow-site] branch gh-pages updated: Deploying to gh-pages from @ 4d56e84e39ee4fc1cdeb4b0e90a77bb78e3cddf2 🚀

2023-01-11 Thread github-bot
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a commit to branch gh-pages in repository https://gitbox.apache.org/repos/asf/airflow-site.git The following commit(s) were added to refs/heads/gh-pages by this push: new fbf3d6650c Deploying to gh-pages f

[airflow] branch v2-5-test updated: Change Architecture and OperatingSystem classies into Enums (#28627)

2023-01-11 Thread pierrejeambrun
This is an automated email from the ASF dual-hosted git repository. pierrejeambrun pushed a commit to branch v2-5-test in repository https://gitbox.apache.org/repos/asf/airflow.git The following commit(s) were added to refs/heads/v2-5-test by this push: new 93a7e5fc18 Change Architecture an

[GitHub] [airflow] pierrejeambrun commented on pull request #28619: Fix code readability, add docstrings to json_client

2023-01-11 Thread GitBox
pierrejeambrun commented on PR #28619: URL: https://github.com/apache/airflow/pull/28619#issuecomment-1379624678 Needs to be applied on top of `https://github.com/apache/airflow/pull/27640`, there would be no conflicts. Marking for 2.6.0 as it would be easier to handle then. -- This is a

[airflow-site] branch main updated: Adding correct reference to globaltoc.js (#715)

2023-01-11 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-site.git The following commit(s) were added to refs/heads/main by this push: new 4d56e84e39 Adding correct reference to globalt

[GitHub] [airflow-site] potiuk closed issue #713: Docs site making request to globaltoc.js but it doesn't exist

2023-01-11 Thread GitBox
potiuk closed issue #713: Docs site making request to globaltoc.js but it doesn't exist URL: https://github.com/apache/airflow-site/issues/713 -- 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 spe

[GitHub] [airflow-site] potiuk merged pull request #715: Adding correct reference to globaltoc.js

2023-01-11 Thread GitBox
potiuk merged PR #715: URL: https://github.com/apache/airflow-site/pull/715 -- 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...@airflow.

[GitHub] [airflow] pierrejeambrun commented on pull request #28568: Update codespell and fix typos

2023-01-11 Thread GitBox
pierrejeambrun commented on PR #28568: URL: https://github.com/apache/airflow/pull/28568#issuecomment-1379619168 Needs to be applied on top of https://github.com/apache/airflow/pull/27822 which will most certainly make it into 2.6.0 (improvement). Marking for 2.6.0 for now and skipping. -

[GitHub] [airflow] potiuk commented on pull request #28406: Add defer mode to GKECreateClusterOperator and GKEDeleteClusterOperator

2023-01-11 Thread GitBox
potiuk commented on PR #28406: URL: https://github.com/apache/airflow/pull/28406#issuecomment-1379612860 conflicts. -- 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 unsub

[GitHub] [airflow] potiuk commented on pull request #27833: Add deferrable mode for Big Query Transfer operator

2023-01-11 Thread GitBox
potiuk commented on PR #27833: URL: https://github.com/apache/airflow/pull/27833#issuecomment-1379613388 conflicts as well (and comments to answer). -- 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 t

[airflow] branch v2-5-test updated: Update pre-commit hooks (#28567)

2023-01-11 Thread pierrejeambrun
This is an automated email from the ASF dual-hosted git repository. pierrejeambrun pushed a commit to branch v2-5-test in repository https://gitbox.apache.org/repos/asf/airflow.git The following commit(s) were added to refs/heads/v2-5-test by this push: new d65fd66e46 Update pre-commit hook

  1   2   3   4   >