(airflow) branch constraints-main updated: Updating constraints. Github run id:7840338820

2024-02-08 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 274680c6be Updating con

Re: [I] Git Sync containers are missing when Dag Processor is enabled [airflow]

2024-02-08 Thread via GitHub
github-actions[bot] commented on issue #27080: URL: https://github.com/apache/airflow/issues/27080#issuecomment-1935426209 This issue has been automatically marked as stale because it has been open for 365 days without any activity. There has been several Airflow releases since last activit

Re: [I] Airflow database migration fails in MySQL group replication mode [airflow]

2024-02-08 Thread via GitHub
github-actions[bot] closed issue #27082: Airflow database migration fails in MySQL group replication mode URL: https://github.com/apache/airflow/issues/27082 -- 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 t

Re: [I] Airflow database migration fails in MySQL group replication mode [airflow]

2024-02-08 Thread via GitHub
github-actions[bot] commented on issue #27082: URL: https://github.com/apache/airflow/issues/27082#issuecomment-1935426194 This issue has been closed because it has not received response from the issue author. -- This is an automated message from the Apache Git Service. To respond to the

Re: [I] search and list dags by task id/name [airflow]

2024-02-08 Thread via GitHub
pruoff commented on issue #37106: URL: https://github.com/apache/airflow/issues/37106#issuecomment-1935416003 Hi, I would like to work on this as my first issue, if possible. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and

(airflow) branch main updated: Adjust node width based on task name length (#37254)

2024-02-08 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 9b997638f3 Adjust node width based on task name le

Re: [PR] Improve task names in graph view [airflow]

2024-02-08 Thread via GitHub
eladkal merged PR #37254: URL: https://github.com/apache/airflow/pull/37254 -- 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.

Re: [PR] Fix Airflow serialization for namedtuple [airflow]

2024-02-08 Thread via GitHub
Joffreybvn commented on code in PR #37168: URL: https://github.com/apache/airflow/pull/37168#discussion_r1483856992 ## airflow/serialization/serde.py: ## @@ -147,6 +147,13 @@ def serialize(o: object, depth: int = 0) -> U | None: if is_serialized: return enc

Re: [PR] Fix Airflow serialization for namedtuple [airflow]

2024-02-08 Thread via GitHub
Joffreybvn commented on code in PR #37168: URL: https://github.com/apache/airflow/pull/37168#discussion_r1483855868 ## airflow/serialization/serde.py: ## @@ -337,6 +344,11 @@ def _is_pydantic(cls: Any) -> bool: return hasattr(cls, "model_config") and hasattr(cls, "model_fie

Re: [PR] fix: D401 Support in Pinecone provider [airflow]

2024-02-08 Thread via GitHub
rawwar commented on PR #37270: URL: https://github.com/apache/airflow/pull/37270#issuecomment-1935328459 Not sure if the failure is intermittent. Looking into it. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the UR

Re: [PR] Fix Airflow serialization for namedtuple [airflow]

2024-02-08 Thread via GitHub
Joffreybvn commented on PR #37168: URL: https://github.com/apache/airflow/pull/37168#issuecomment-1935299982 Sorry, busy week. I'm on it ! -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the spe

Re: [I] Fix remaining D401 checks [airflow]

2024-02-08 Thread via GitHub
Taragolis commented on issue #37256: URL: https://github.com/apache/airflow/issues/37256#issuecomment-1935277109 @guptarohit feel free to pick up any providers or even core -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and u

Re: [PR] fix: update broken hyperlink in contributing docs. [airflow]

2024-02-08 Thread via GitHub
boring-cyborg[bot] commented on PR #37272: URL: https://github.com/apache/airflow/pull/37272#issuecomment-1935274580 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 Contributors'

[PR] fix: update broken hyperlink in contributing docs. [airflow]

2024-02-08 Thread via GitHub
sudiptob2 opened a new pull request, #37272: URL: https://github.com/apache/airflow/pull/37272 …tualenv setup. --- **^ Add meaningful description above** Read the **[Pull Request Guidelines](https://github.com/apache/airflow/blob/main/contributing-doc

[PR] Fix rendering `SparkKubernetesOperator.template_body` [airflow]

2024-02-08 Thread via GitHub
Taragolis opened a new pull request, #37271: URL: https://github.com/apache/airflow/pull/37271 closes: #37261 Make `template_body` as property, so it wouldn't be assigned during the Task initialisation. It also should avoid other side effect. --- **^ A

Re: [PR] [OpenLineage] Add support for JobTypeJobFacet properties. [airflow]

2024-02-08 Thread via GitHub
dirrao commented on code in PR #37255: URL: https://github.com/apache/airflow/pull/37255#discussion_r1483817695 ## airflow/providers/openlineage/plugins/adapter.py: ## @@ -181,6 +188,7 @@ def start_task( ), job=self._build_job( job_name

Re: [PR] Add tests for shift operators in DependencyMixin 2 [airflow]

2024-02-08 Thread via GitHub
dirrao commented on code in PR #37267: URL: https://github.com/apache/airflow/pull/37267#discussion_r1483815334 ## tests/models/test_taskmixin.py: ## @@ -244,3 +270,67 @@ def test_set_downstream_list(self, dag_maker): assert [] == op_b.upstream_list assert [op_

Re: [I] pre-commit hooks to delete the containers they create [airflow]

2024-02-08 Thread via GitHub
boring-cyborg[bot] commented on issue #37269: URL: https://github.com/apache/airflow/issues/37269#issuecomment-1935237446 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 ap

[I] pre-commit hooks to delete the containers they create [airflow]

2024-02-08 Thread via GitHub
rawwar opened a new issue, #37269: URL: https://github.com/apache/airflow/issues/37269 ### Description For every single pre-commit run, it seems we use docker to run several checks. But, these containers are not removed by default. Hence, I can see something as below in my docker des

Re: [PR] Adding airflow operator to submit and monitor Spark Apps/App Env on DPGDC clusters [airflow]

2024-02-08 Thread via GitHub
akashsriv07 commented on PR #37223: URL: https://github.com/apache/airflow/pull/37223#issuecomment-1935231856 Hey Hussein, Dataproc on GDC is yet to go GA and this is one of the critical features to add as part of the same. Hence we don't have a public doc on the same. You can take a l

Re: [I] Continuously logging and Batch logging mode for the aws Glue job's execution logs [airflow]

2024-02-08 Thread via GitHub
github-actions[bot] commented on issue #26203: URL: https://github.com/apache/airflow/issues/26203#issuecomment-1935126531 This issue has been automatically marked as stale because it has been open for 14 days with no response from the author. It will be closed in next 7 days if no further

Re: [PR] Added support for multiple cron expressions [airflow]

2024-02-08 Thread via GitHub
github-actions[bot] commented on PR #35337: URL: https://github.com/apache/airflow/pull/35337#issuecomment-1935126473 This pull request has been automatically marked as stale because it has not had recent activity. It will be closed in 5 days if no further activity occurs. Thank you for you

Re: [I] Not able to view the DAG page but jump straight to an error page when testing customized timetable [airflow]

2024-02-08 Thread via GitHub
github-actions[bot] commented on issue #35630: URL: https://github.com/apache/airflow/issues/35630#issuecomment-1935126431 This issue has been automatically marked as stale because it has been open for 14 days with no response from the author. It will be closed in next 7 days if no further

(airflow) branch constraints-main updated: Updating constraints. Github run id:7836992636

2024-02-08 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 5c80dc6437 Updating con

Re: [I] SparkKubernetesOperator not rendering template correctly [airflow]

2024-02-08 Thread via GitHub
hussein-awala commented on issue #37261: URL: https://github.com/apache/airflow/issues/37261#issuecomment-1935106432 I can reproduce it in unit tests, it seems related to https://github.com/apache/airflow/pull/22253. -- This is an automated message from the Apache Git Service. To respond

Re: [PR] [WIP] Upgrade pytest to v8 [airflow]

2024-02-08 Thread via GitHub
hussein-awala commented on PR #37151: URL: https://github.com/apache/airflow/pull/37151#issuecomment-1935092207 It will be fixed in the next release https://github.com/pytest-dev/pytest-asyncio/pull/776 -- This is an automated message from the Apache Git Service. To respond to the messa

Re: [I] Add configuration option to rotate and/or push scheduler logs to remote [airflow]

2024-02-08 Thread via GitHub
potiuk closed issue #37266: Add configuration option to rotate and/or push scheduler logs to remote URL: https://github.com/apache/airflow/issues/37266 -- 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

Re: [I] Add configuration option to rotate and/or push scheduler logs to remote [airflow]

2024-02-08 Thread via GitHub
potiuk commented on issue #37266: URL: https://github.com/apache/airflow/issues/37266#issuecomment-1935091821 You can already do that by implementing cusom handlers via https://airflow.apache.org/docs/apache-airflow/stable/administration-and-deployment/logging-monitoring/advanced-logging-con

Re: [PR] Add doc page with providers deprecations [airflow]

2024-02-08 Thread via GitHub
potiuk commented on code in PR #37075: URL: https://github.com/apache/airflow/pull/37075#discussion_r1483690075 ## docs/spelling_wordlist.txt: ## @@ -122,6 +122,7 @@ avp Avro avro aws +AwsBaseAsyncHook Review Comment: @kacpermuda -> in case of those things that were added

Re: [PR] Add doc page with providers deprecations [airflow]

2024-02-08 Thread via GitHub
potiuk commented on code in PR #37075: URL: https://github.com/apache/airflow/pull/37075#discussion_r1483690075 ## docs/spelling_wordlist.txt: ## @@ -122,6 +122,7 @@ avp Avro avro aws +AwsBaseAsyncHook Review Comment: @kacpermuda -> in case of those things that were added

Re: [PR] Add doc page with providers deprecations [airflow]

2024-02-08 Thread via GitHub
potiuk commented on code in PR #37075: URL: https://github.com/apache/airflow/pull/37075#discussion_r1483687835 ## docs/apache-airflow-providers/core-extensions/deprecations.rst: ## @@ -0,0 +1,57 @@ + .. Licensed to the Apache Software Foundation (ASF) under one +or more con

Re: [PR] Add doc page with providers deprecations [airflow]

2024-02-08 Thread via GitHub
potiuk commented on code in PR #37075: URL: https://github.com/apache/airflow/pull/37075#discussion_r1483686305 ## docs/apache-airflow-providers/core-extensions/deprecations.rst: ## @@ -0,0 +1,57 @@ + .. Licensed to the Apache Software Foundation (ASF) under one +or more con

Re: [PR] Add doc page with providers deprecations [airflow]

2024-02-08 Thread via GitHub
potiuk commented on code in PR #37075: URL: https://github.com/apache/airflow/pull/37075#discussion_r1483686305 ## docs/apache-airflow-providers/core-extensions/deprecations.rst: ## @@ -0,0 +1,57 @@ + .. Licensed to the Apache Software Foundation (ASF) under one +or more con

[PR] Add tests for shift operators in DependencyMixin 2 [airflow]

2024-02-08 Thread via GitHub
raphaelauv opened a new pull request, #37267: URL: https://github.com/apache/airflow/pull/37267 ![image](https://github.com/apache/airflow/assets/10202690/56242ef4-2a12-476a-805e-b2c9cd0cb005) -- This is an automated message from the Apache Git Service. To respond to the message,

(airflow) branch main updated: D401 Support in Providers (simple) (#37258)

2024-02-08 Thread ferruzzi
This is an automated email from the ASF dual-hosted git repository. ferruzzi 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 08036e5df5 D401 Support in Providers (simple) (#3

Re: [PR] D401 Support in Providers (simple) [airflow]

2024-02-08 Thread via GitHub
ferruzzi merged PR #37258: URL: https://github.com/apache/airflow/pull/37258 -- 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

Re: [I] Fix remaining D401 checks [airflow]

2024-02-08 Thread via GitHub
guptarohit commented on issue #37256: URL: https://github.com/apache/airflow/issues/37256#issuecomment-1935049343 I can help on these, if not all modules are picked or in progress. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitH

Re: [PR] Add processor_subdir to import_error table to handle multiple dag processors [airflow]

2024-02-08 Thread via GitHub
seanmuth commented on PR #35956: URL: https://github.com/apache/airflow/pull/35956#issuecomment-1935045228 Took me a while to find this PR and specifically your comment above @tirkarthi , but thank you for noting this behavior! Made for an easy fix and understanding of how this occurred on

Re: [PR] Simplified configuration parsing in Apprise Connection [airflow]

2024-02-08 Thread via GitHub
hussein-awala commented on PR #37202: URL: https://github.com/apache/airflow/pull/37202#issuecomment-1935042072 Congrats on your first commit 🎉 -- 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 th

Re: [PR] Simplified configuration parsing in Apprise Connection [airflow]

2024-02-08 Thread via GitHub
boring-cyborg[bot] commented on PR #37202: URL: https://github.com/apache/airflow/pull/37202#issuecomment-1935041573 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 contributions.

Re: [I] Simplify Parsing of apprise_default Connection ID [airflow]

2024-02-08 Thread via GitHub
hussein-awala closed issue #37170: Simplify Parsing of apprise_default Connection ID URL: https://github.com/apache/airflow/issues/37170 -- 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

Re: [I] Fix remaining D401 checks [airflow]

2024-02-08 Thread via GitHub
guptarohit commented on issue #37256: URL: https://github.com/apache/airflow/issues/37256#issuecomment-1935041881 I'll be working on this one, 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

(airflow) branch main updated (c2cb973bdc -> 250f29fc8a)

2024-02-08 Thread husseinawala
This is an automated email from the ASF dual-hosted git repository. husseinawala pushed a change to branch main in repository https://gitbox.apache.org/repos/asf/airflow.git from c2cb973bdc Add tests for shift operators in DependencyMixin (#37161) add 250f29fc8a Simplified configuration

Re: [PR] Simplified configuration parsing in Apprise Connection [airflow]

2024-02-08 Thread via GitHub
hussein-awala merged PR #37202: URL: https://github.com/apache/airflow/pull/37202 -- 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...@ai

Re: [PR] Add tests for shift operators in DependencyMixin [airflow]

2024-02-08 Thread via GitHub
hussein-awala merged PR #37161: URL: https://github.com/apache/airflow/pull/37161 -- 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...@ai

(airflow) branch main updated: Add tests for shift operators in DependencyMixin (#37161)

2024-02-08 Thread husseinawala
This is an automated email from the ASF dual-hosted git repository. husseinawala 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 c2cb973bdc Add tests for shift operators in D

Re: [I] Add configuration option to rotate and/or push scheduler logs to remote [airflow]

2024-02-08 Thread via GitHub
boring-cyborg[bot] commented on issue #37266: URL: https://github.com/apache/airflow/issues/37266#issuecomment-1935029374 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 ap

[I] Add configuration option to rotate and/or push scheduler logs to remote [airflow]

2024-02-08 Thread via GitHub
mert-kirpici opened a new issue, #37266: URL: https://github.com/apache/airflow/issues/37266 ### Description I have remote logging enabled, the task logs are nicely being pushed to S3. However the scheduler logs keep growing on disk and afaik there is no way to configure airflow to p

Re: [I] Kubernetes Pod Operator orphans pods when task marked as failed [airflow]

2024-02-08 Thread via GitHub
wyattwalter commented on issue #37263: URL: https://github.com/apache/airflow/issues/37263#issuecomment-1935017351 ``` is_delete_operator_pod ``` Was set to false 😱 :disappearing_homer: -- This is an automated message from the Apache Git Service. To respond to the mess

Re: [I] Kubernetes Pod Operator orphans pods when task marked as failed [airflow]

2024-02-08 Thread via GitHub
wyattwalter closed issue #37263: Kubernetes Pod Operator orphans pods when task marked as failed URL: https://github.com/apache/airflow/issues/37263 -- 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 t

Re: [PR] test: taskmin [airflow]

2024-02-08 Thread via GitHub
raphaelauv commented on PR #37161: URL: https://github.com/apache/airflow/pull/37161#issuecomment-1934994036 @hussein-awala thanks , it's done -- 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

Re: [PR] fix broken link [airflow]

2024-02-08 Thread via GitHub
hussein-awala commented on PR #37121: URL: https://github.com/apache/airflow/pull/37121#issuecomment-1934987989 Fixed by: #37265 -- 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 comme

Re: [PR] fix broken link [airflow]

2024-02-08 Thread via GitHub
hussein-awala closed pull request #37121: fix broken link URL: https://github.com/apache/airflow/pull/37121 -- 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-ma

(airflow) branch main updated: replace .rst with .html in links (#37265)

2024-02-08 Thread husseinawala
This is an automated email from the ASF dual-hosted git repository. husseinawala 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 988da34fab replace .rst with .html in links (

Re: [PR] fix broken links in Athena provider docs [airflow]

2024-02-08 Thread via GitHub
hussein-awala merged PR #37265: URL: https://github.com/apache/airflow/pull/37265 -- 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...@ai

Re: [PR] Add usage withing jinja template [airflow]

2024-02-08 Thread via GitHub
potiuk commented on PR #35479: URL: https://github.com/apache/airflow/pull/35479#issuecomment-1934973522 Well. You have docs and spellchecking failing. In order to merge PR it needs to be green. Also merging it now when you are 1000 commits behind is risky, you should rebase it.

Re: [PR] Add usage withing jinja template [airflow]

2024-02-08 Thread via GitHub
romanzdk commented on PR #35479: URL: https://github.com/apache/airflow/pull/35479#issuecomment-1934953685 May I ask for merging this MR, please? -- 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 t

(airflow) branch constraints-main updated: Updating constraints. Github run id:7835339394

2024-02-08 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 9419d2c08c Updating con

[PR] fix broken links in Athena provider docs [airflow]

2024-02-08 Thread via GitHub
simonprydden opened a new pull request, #37265: URL: https://github.com/apache/airflow/pull/37265 Fixes 404 errors on https://airflow.apache.org/docs/apache-airflow-providers-amazon/stable/connections/aws.rst due to using .rst instead of html ---

[PR] [DRAFT] Unhealthy Executor Banner [airflow]

2024-02-08 Thread via GitHub
ferruzzi opened a new pull request, #37264: URL: https://github.com/apache/airflow/pull/37264 Note: This is a draft so I can get some help, it includes some debug prints, etc which will be removed. I wanted to add a banner to the UI for when the executor is unhealthy, similar to the

Re: [I] ComputeEngineSSHHook unintentionally deletes instance metadata [airflow]

2024-02-08 Thread via GitHub
seanmuth commented on issue #35171: URL: https://github.com/apache/airflow/issues/35171#issuecomment-1934898387 Thanks @VladaZakharova and @utkarsharma2 ! -- 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 t

Re: [I] Kubernetes Pod Operator orphans pods when task marked as failed [airflow]

2024-02-08 Thread via GitHub
boring-cyborg[bot] commented on issue #37263: URL: https://github.com/apache/airflow/issues/37263#issuecomment-1934888388 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 ap

[I] Kubernetes Pod Operator orphans pods when task marked as failed [airflow]

2024-02-08 Thread via GitHub
wyattwalter opened a new issue, #37263: URL: https://github.com/apache/airflow/issues/37263 ### Apache Airflow Provider(s) cncf-kubernetes ### Versions of Apache Airflow Providers ``` $ pip freeze | grep cncf apache-airflow-providers-cncf-kubernetes==7.8.0 ```

[PR] Add ti attributes to react ti details [airflow]

2024-02-08 Thread via GitHub
bbovenzi opened a new pull request, #37262: URL: https://github.com/apache/airflow/pull/37262 Part of moving everything to React. Show all Task Instance attributes and rendered template info in the Task Instance details panel of the grid view: https://github.com/apache/airflow/assets/

Re: [I] SparkKubernetesOperator not rendering template correctly [airflow]

2024-02-08 Thread via GitHub
boring-cyborg[bot] commented on issue #37261: URL: https://github.com/apache/airflow/issues/37261#issuecomment-1934877491 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 ap

[I] SparkKubernetesOperator not rendering template correctly [airflow]

2024-02-08 Thread via GitHub
zlosim opened a new issue, #37261: URL: https://github.com/apache/airflow/issues/37261 ### Apache Airflow Provider(s) cncf-kubernetes ### Versions of Apache Airflow Providers 7.14.0 ### Apache Airflow version 2.7.2 ### Operating System aws

(airflow) branch python3.12 updated (576755d139 -> e5bd94b5b0)

2024-02-08 Thread potiuk
This is an automated email from the ASF dual-hosted git repository. potiuk pushed a change to branch python3.12 in repository https://gitbox.apache.org/repos/asf/airflow.git omit 576755d139 python 3.12 support add bc50c58768 Add Qdrant Provider (#36805) add 4aee6da38b Partially ena

(airflow) branch main updated: Sign helm chart packages without dist/ prefix (#37260)

2024-02-08 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 91fab4aefc Sign helm chart packages without dist/ p

Re: [PR] Sign helm chart packages without dist/ prefix [airflow]

2024-02-08 Thread via GitHub
potiuk merged PR #37260: URL: https://github.com/apache/airflow/pull/37260 -- 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.a

[PR] Sign helm chart packages without dist/ prefix [airflow]

2024-02-08 Thread via GitHub
potiuk opened a new pull request, #37260: URL: https://github.com/apache/airflow/pull/37260 The chart packages are placed in dist folder and in order to get rid of the dist/ prefix, we should sign them while being in the dist directory. This PR updates the release process to reflect i

svn commit: r67258 - in /dev/airflow/helm-chart/1.12.0rc1: airflow-1.12.0.tgz.sha512 airflow-chart-1.12.0-source.tar.gz.sha512

2024-02-08 Thread potiuk
Author: potiuk Date: Thu Feb 8 19:55:14 2024 New Revision: 67258 Log: Remove dist/ prefix in .sha512 files Modified: dev/airflow/helm-chart/1.12.0rc1/airflow-1.12.0.tgz.sha512 dev/airflow/helm-chart/1.12.0rc1/airflow-chart-1.12.0-source.tar.gz.sha512 Modified: dev/airflow/helm-chart/1.1

(airflow) branch constraints-main updated: Updating constraints. Github run id:7834224169

2024-02-08 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 9b6d488de3 Updating con

[I] Status of testing of Apache Airflow Helm Chart 1.12.0rc1 [airflow]

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

(airflow) annotated tag helm-chart/1.12.0rc1 updated (8c83e9156b -> 4c33b2fb0a)

2024-02-08 Thread jedcunningham
This is an automated email from the ASF dual-hosted git repository. jedcunningham pushed a change to annotated tag helm-chart/1.12.0rc1 in repository https://gitbox.apache.org/repos/asf/airflow.git *** WARNING: tag helm-chart/1.12.0rc1 was modified! *** from 8c83e9156b (commit) to 4c3

svn commit: r67257 - /dev/airflow/helm-chart/1.11.0rc2/

2024-02-08 Thread jedcunningham
Author: jedcunningham Date: Thu Feb 8 19:27:09 2024 New Revision: 67257 Log: Remove old Helm Chart release: 1.11.0rc2 Removed: dev/airflow/helm-chart/1.11.0rc2/

svn commit: r67256 - /dev/airflow/helm-chart/1.11.0rc1/

2024-02-08 Thread jedcunningham
Author: jedcunningham Date: Thu Feb 8 19:26:54 2024 New Revision: 67256 Log: Remove old Helm Chart release: 1.11.0rc1 Removed: dev/airflow/helm-chart/1.11.0rc1/

svn commit: r67255 - /dev/airflow/helm-chart/1.12.0rc1/

2024-02-08 Thread jedcunningham
Author: jedcunningham Date: Thu Feb 8 19:23:55 2024 New Revision: 67255 Log: Add artifacts for Helm Chart 1.12.0rc1 Added: dev/airflow/helm-chart/1.12.0rc1/ dev/airflow/helm-chart/1.12.0rc1/airflow-1.12.0.tgz (with props) dev/airflow/helm-chart/1.12.0rc1/airflow-1.12.0.tgz.asc

Re: [I] Add Connection tab driver class\path text fields are hidden due to bad alignment [UI-ISSUE] [airflow]

2024-02-08 Thread via GitHub
priyank-cloud commented on issue #37198: URL: https://github.com/apache/airflow/issues/37198#issuecomment-1934755494 After refresh, driver class and path are hidden, can you please check the video? -- This is an automated message from the Apache Git Service. To respond to the message, pl

[PR] D401 Support in Providers (simple) [airflow]

2024-02-08 Thread via GitHub
Taragolis opened a new pull request, #37258: URL: https://github.com/apache/airflow/pull/37258 related: #37256 Resolve D401 in selected providers: - apache.hive - apache.spark - atlassian.jira - discord - grpc - jenkins - microsoft.mssql - odbc

Re: [PR] Remove pid arg from celery option to fix duplicate pid issue, Move celery command to provider package [airflow]

2024-02-08 Thread via GitHub
potiuk commented on PR #36794: URL: https://github.com/apache/airflow/pull/36794#issuecomment-1934726039 WDYT @o-nikolas ? -- 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. T

Re: [PR] Remove pid arg from celery option to fix duplicate pid issue, Move celery command to provider package [airflow]

2024-02-08 Thread via GitHub
pavansharma36 commented on code in PR #36794: URL: https://github.com/apache/airflow/pull/36794#discussion_r1483417661 ## airflow/cli/commands/celery_command.py: ## @@ -114,6 +116,7 @@ def filter(self, record): logger.handlers[:] = [below_error_handler, from_error_handl

(airflow) branch main updated: Fixing the version for mongo provider (#37250)

2024-02-08 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 c297f55d7a Fixing the version for mongo provider (#

Re: [PR] Fixing the version for mongo provider [airflow]

2024-02-08 Thread via GitHub
potiuk merged PR #37250: URL: https://github.com/apache/airflow/pull/37250 -- 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.a

Re: [I] Unable to Establish TCP Connection to Docker Daemon on Windows via Airflow Docker Operator. [airflow]

2024-02-08 Thread via GitHub
potiuk closed issue #37252: Unable to Establish TCP Connection to Docker Daemon on Windows via Airflow Docker Operator. URL: https://github.com/apache/airflow/issues/37252 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use t

(airflow) branch main updated: Trims leading `./` from filenames when repackaging reproducible packages (#37253)

2024-02-08 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 8c83e9156b Trims leading `./` from filenames when r

Re: [PR] Trims leading `./` from filenames when repackaging reproducible packages [airflow]

2024-02-08 Thread via GitHub
potiuk merged PR #37253: URL: https://github.com/apache/airflow/pull/37253 -- 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.a

Re: [PR] [OpenLineage] Add support for JobTypeJobFacet properties. [airflow]

2024-02-08 Thread via GitHub
boring-cyborg[bot] commented on PR #37255: URL: https://github.com/apache/airflow/pull/37255#issuecomment-1934662270 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 Contributors'

[PR] [OpenLineage] Add support for JobTypeJobFacet properties. [airflow]

2024-02-08 Thread via GitHub
mattiabertorello opened a new pull request, #37255: URL: https://github.com/apache/airflow/pull/37255 Currently, a lineage backend has difficulty distinguishing between job types Spark, DBT, and Airflow and needs regex on the _producer to get this information. We need to add the JobType

Re: [PR] Trims leading `./` from filenames when repackaging reproducible packages [airflow]

2024-02-08 Thread via GitHub
potiuk commented on PR #37253: URL: https://github.com/apache/airflow/pull/37253#issuecomment-1934654471 BTW. Thank's to @jedcunningham investigation we've learned that all Helm packages out there prepared with `helm package` have an ester-egg .. Base64 encoded youtube video link https://yo

Re: [PR] Make node color more visible in UI and increase font size [airflow]

2024-02-08 Thread via GitHub
bbovenzi closed pull request #36316: Make node color more visible in UI and increase font size URL: https://github.com/apache/airflow/pull/36316 -- 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 s

Re: [I] Support configuring 'can_create' on DAG level permissions [airflow]

2024-02-08 Thread via GitHub
shakhar commented on issue #37249: URL: https://github.com/apache/airflow/issues/37249#issuecomment-1934651026 Maybe it is not a bug but we need the ability to add permissions for trigger a DAG run on the DAG level. I will issue a PR that support it. -- This is an automated message from

Re: [I] Respect node color in the new UI graph [airflow]

2024-02-08 Thread via GitHub
bbovenzi closed issue #34420: Respect node color in the new UI graph URL: https://github.com/apache/airflow/issues/34420 -- 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 unsu

[PR] Improve task names in graph view [airflow]

2024-02-08 Thread via GitHub
bbovenzi opened a new pull request, #37254: URL: https://github.com/apache/airflow/pull/37254 - Make longer node for tasks with long names. - Use `TaskName` component between grid and graph view with consistent icons for task groups and setup/teardown - Adjust position of zoomed out no

[PR] Trims leading `./` from filenames when repackaging reproducible packages [airflow]

2024-02-08 Thread via GitHub
potiuk opened a new pull request, #37253: URL: https://github.com/apache/airflow/pull/37253 When we repack tar.gz files, implicitly `./` is added in front of the files being repacked. While this does not change anything when you unpack the files, if you extract individual files by name, you

Re: [I] Unable to Establish TCP Connection to Docker Daemon on Windows via Airflow Docker Operator. [airflow]

2024-02-08 Thread via GitHub
boring-cyborg[bot] commented on issue #37252: URL: https://github.com/apache/airflow/issues/37252#issuecomment-1934613164 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 ap

[I] Unable to Establish TCP Connection to Docker Daemon on Windows via Airflow Docker Operator. [airflow]

2024-02-08 Thread via GitHub
Seynabou-Diop opened a new issue, #37252: URL: https://github.com/apache/airflow/issues/37252 ### Apache Airflow Provider(s) http ### Versions of Apache Airflow Providers _No response_ ### Apache Airflow version 2.8.1 ### Operating System WSL

(airflow) branch constraints-main updated: Updating constraints. Github run id:7832802387

2024-02-08 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 4e92c27c68 Updating con

Re: [PR] Fix SQLThresholdCheckOperator error on falsey vals [airflow]

2024-02-08 Thread via GitHub
Don-Burns commented on code in PR #37150: URL: https://github.com/apache/airflow/pull/37150#discussion_r1483320246 ## airflow/providers/common/sql/operators/sql.py: ## @@ -1058,9 +1058,13 @@ def __init__( def execute(self, context: Context): hook = self.get_db_ho

Re: [I] Support configuring 'can_create' on DAG level permissions [airflow]

2024-02-08 Thread via GitHub
potiuk closed issue #37249: Support configuring 'can_create' on DAG level permissions URL: https://github.com/apache/airflow/issues/37249 -- 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

Re: [I] Support configuring 'can_create' on DAG level permissions [airflow]

2024-02-08 Thread via GitHub
potiuk commented on issue #37249: URL: https://github.com/apache/airflow/issues/37249#issuecomment-1934550466 Best fix is one that is already done -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to

  1   2   3   >