Re: [PR] Adding payload arg as a templated field for Synapse SparkBatchOperator [airflow]

2023-12-02 Thread via GitHub
github-actions[bot] closed pull request #34896: Adding payload arg as a templated field for Synapse SparkBatchOperator URL: https://github.com/apache/airflow/pull/34896 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the

Re: [PR] Adding payload arg as a templated field for Synapse SparkBatchOperator [airflow]

2023-11-27 Thread via GitHub
github-actions[bot] commented on PR #34896: URL: https://github.com/apache/airflow/pull/34896#issuecomment-1828847265 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

Re: [PR] Adding payload arg as a templated field for Synapse SparkBatchOperator [airflow]

2023-10-13 Thread via GitHub
narayave commented on PR #34896: URL: https://github.com/apache/airflow/pull/34896#issuecomment-1761629209 I'm a first-time contributor could I get help with creating a unit test? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to

Re: [PR] Adding payload arg as a templated field for Synapse SparkBatchOperator [airflow]

2023-10-13 Thread via GitHub
narayave commented on code in PR #34896: URL: https://github.com/apache/airflow/pull/34896#discussion_r1358347543 ## airflow/providers/microsoft/azure/operators/synapse.py: ## @@ -49,6 +49,7 @@ class AzureSynapseRunSparkBatchOperator(BaseOperator): template_fields:

Re: [PR] Adding payload arg as a templated field for Synapse SparkBatchOperator [airflow]

2023-10-13 Thread via GitHub
phanikumv commented on code in PR #34896: URL: https://github.com/apache/airflow/pull/34896#discussion_r1358171259 ## airflow/providers/microsoft/azure/operators/synapse.py: ## @@ -49,6 +49,7 @@ class AzureSynapseRunSparkBatchOperator(BaseOperator): template_fields:

Re: [PR] Adding payload arg as a templated field for Synapse SparkBatchOperator [airflow]

2023-10-12 Thread via GitHub
Taragolis commented on code in PR #34896: URL: https://github.com/apache/airflow/pull/34896#discussion_r1357314685 ## airflow/providers/microsoft/azure/operators/synapse.py: ## @@ -49,6 +49,7 @@ class AzureSynapseRunSparkBatchOperator(BaseOperator): template_fields:

Re: [PR] Adding payload arg as a templated field for Synapse SparkBatchOperator [airflow]

2023-10-12 Thread via GitHub
boring-cyborg[bot] commented on PR #34896: URL: https://github.com/apache/airflow/pull/34896#issuecomment-1760091789 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

[PR] Adding payload arg as a templated field for Synapse SparkBatchOperator [airflow]

2023-10-12 Thread via GitHub
narayave opened a new pull request, #34896: URL: https://github.com/apache/airflow/pull/34896 This change adds the "payload" argument as a templated field. This helps to send airflow macros as part of the payload and have them render before the rest api call is made.