Update fivetran.py

This commit is contained in:
Jonny Dixon 2025-09-12 19:42:40 +01:00
parent e5591e8865
commit 203e3126a6

View File

@ -577,7 +577,7 @@ class FivetranSource(StatefulIngestionSourceBase):
) )
# Create job name and description # Create job name and description
job_name = f"Fivetran: {source_table}{destination_table}" job_name = f"{source_table}{destination_table}"
job_description = ( job_description = (
f"Fivetran data pipeline from {source_table} to {destination_table}" f"Fivetran data pipeline from {source_table} to {destination_table}"
) )
@ -1294,7 +1294,7 @@ class FivetranSource(StatefulIngestionSourceBase):
) )
# Create job name and description # Create job name and description
job_name = f"Fivetran: {source_table}{destination_table}" job_name = f"{source_table}{destination_table}"
job_description = ( job_description = (
f"Fivetran data pipeline from {source_table} to {destination_table}" f"Fivetran data pipeline from {source_table} to {destination_table}"
) )