Skip to content

Commit

Permalink
fix: job import
Browse files Browse the repository at this point in the history
  • Loading branch information
loicguillois committed Jan 6, 2025
1 parent 078f129 commit 05814dd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions analytics/dagster/src/jobs/owners_ban_addresses_job.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
from dagster import job
from assets.populate_owners_ban_addresses import housings_without_address
from resources.ban_config import ban_config_resource
from dagster.src.assets.populate_owners_ban_addresses import housings_without_address
from dagster.src.resources.ban_config import ban_config_resource

@job(
resource_defs={
Expand Down

0 comments on commit 05814dd

Please sign in to comment.