Re: [PR] add recursive lookup for list of dirs [airflow]

2024-05-06 Thread via GitHub
bolkedebruin commented on PR #39410: URL: https://github.com/apache/airflow/pull/39410#issuecomment-2095418255 @hg1112 not opposing your fix at all, but did you consider using ObjectStoragePath instead of this operator? -- This is an automated message from the Apache Git Service. To resp

Re: [PR] add recursive lookup for list of dirs [airflow]

2024-05-05 Thread via GitHub
hg1112 commented on PR #39410: URL: https://github.com/apache/airflow/pull/39410#issuecomment-2094865573 Understood, I will add tests and fix the build. thank you @dirrao @Taragolis -- This is an automated message from the Apache Git Service. To respond to the message, please log on t

Re: [PR] add recursive lookup for list of dirs [airflow]

2024-05-05 Thread via GitHub
Taragolis commented on PR #39410: URL: https://github.com/apache/airflow/pull/39410#issuecomment-2094746695 [Static code checks](https://github.com/apache/airflow/blob/main/contributing-docs/08_static_code_checks.rst) and [Test(s)](https://github.com/apache/airflow/actions/runs/8953480968/

Re: [PR] add recursive lookup for list of dirs [airflow]

2024-05-04 Thread via GitHub
boring-cyborg[bot] commented on PR #39410: URL: https://github.com/apache/airflow/pull/39410#issuecomment-2094407312 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] add recursive lookup for list of dirs [airflow]

2024-05-04 Thread via GitHub
hg1112 opened a new pull request, #39410: URL: https://github.com/apache/airflow/pull/39410 We have been intending to use the AzureFileShareToGCSOperator to transfer files from azure file share to gcs. Problem being we to transfer whole bucket and this operator does not support recursiv