Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
Peng Gao committed Feb 7, 2024
1 parent cf145a2 commit 596065a
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@ def generate_datajob(
set_dependencies: bool = True,
capture_owner: bool = True,
capture_tags: bool = True,
config: DatahubLineageConfig = DatajobUrl.TASKINSTANCE,
config: DatahubLineageConfig = None,
) -> DataJob:
"""
Expand Down Expand Up @@ -297,7 +297,7 @@ def create_datajob_instance(
task: "Operator",
dag: "DAG",
data_job: Optional[DataJob] = None,
config: DatahubLineageConfig = DatajobUrl.TASKINSTANCE,
config: DatahubLineageConfig = None,
) -> DataProcessInstance:
if data_job is None:
data_job = AirflowGenerator.generate_datajob(
Expand Down

0 comments on commit 596065a

Please sign in to comment.