Skip to content

Commit

Permalink
fix: small fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
laura-l-amaral committed Jan 12, 2024
1 parent 7e680b7 commit 6eabcd1
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion pipelines/datasets/br_bd_metadados/flows.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
)

with Flow(
name="br_bd_metadados.prefect",
name="br_bd_metadados.prefect_flow_runs",
code_owners=[
"lauris",
],
Expand Down
2 changes: 0 additions & 2 deletions pipelines/datasets/br_bd_metadados/tasks.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,6 @@
from prefect import Client, task

from pipelines.constants import constants
from pipelines.utils.utils import log


@task(
max_retries=constants.TASK_MAX_RETRIES.value,
Expand Down

0 comments on commit 6eabcd1

Please sign in to comment.