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 55f9068d53 Make code style fix in Dataform system test (#41750)
55f9068d53 is described below

commit 55f9068d53ad2189ce4843f34c10485a12ff1e92
Author: Maksim <[email protected]>
AuthorDate: Thu Aug 29 09:43:28 2024 +0200

    Make code style fix in Dataform system test (#41750)
---
 tests/system/providers/google/cloud/dataform/example_dataform.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/system/providers/google/cloud/dataform/example_dataform.py 
b/tests/system/providers/google/cloud/dataform/example_dataform.py
index 78ea252f5c..3f2ad987f2 100644
--- a/tests/system/providers/google/cloud/dataform/example_dataform.py
+++ b/tests/system/providers/google/cloud/dataform/example_dataform.py
@@ -269,7 +269,7 @@ with DAG(
     # [END howto_operator_remove_directory]
 
     delete_dataset = BigQueryDeleteDatasetOperator(
-        task_id="delete_dataset",
+        task_id="delete-dataset",
         dataset_id=DATAFORM_SCHEMA_NAME,
         delete_contents=True,
         trigger_rule=TriggerRule.ALL_DONE,

Reply via email to