mirror of
https://github.com/datahub-project/datahub.git
synced 2025-11-01 11:19:05 +00:00
Update fivetran.py
This commit is contained in:
parent
e5591e8865
commit
203e3126a6
@ -577,7 +577,7 @@ class FivetranSource(StatefulIngestionSourceBase):
|
||||
)
|
||||
|
||||
# Create job name and description
|
||||
job_name = f"Fivetran: {source_table} → {destination_table}"
|
||||
job_name = f"{source_table} → {destination_table}"
|
||||
job_description = (
|
||||
f"Fivetran data pipeline from {source_table} to {destination_table}"
|
||||
)
|
||||
@ -1294,7 +1294,7 @@ class FivetranSource(StatefulIngestionSourceBase):
|
||||
)
|
||||
|
||||
# Create job name and description
|
||||
job_name = f"Fivetran: {source_table} → {destination_table}"
|
||||
job_name = f"{source_table} → {destination_table}"
|
||||
job_description = (
|
||||
f"Fivetran data pipeline from {source_table} to {destination_table}"
|
||||
)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user