Skip to content

Commit 4e32c64

Browse files
committed
Include ExampleIdMapping
This also has to be run to build the FTP site.
1 parent cac139b commit 4e32c64

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

luigi/tasks/export/ftp/id_mapping/__init__.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,12 @@
1818
from .readme import Readme
1919
from .id_mapping import IdMapping
2020
from .database_mappings import DatabaseSpecificMappings
21+
from .example import ExampleIdMapping
2122

2223

2324
class IdExport(luigi.WrapperTask):
2425
def requires(self):
2526
yield Readme()
2627
yield IdMapping()
28+
yield ExampleIdMapping()
2729
yield DatabaseSpecificMappings()

0 commit comments

Comments
 (0)