We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cac139b commit 4e32c64Copy full SHA for 4e32c64
luigi/tasks/export/ftp/id_mapping/__init__.py
@@ -18,10 +18,12 @@
18
from .readme import Readme
19
from .id_mapping import IdMapping
20
from .database_mappings import DatabaseSpecificMappings
21
+from .example import ExampleIdMapping
22
23
24
class IdExport(luigi.WrapperTask):
25
def requires(self):
26
yield Readme()
27
yield IdMapping()
28
+ yield ExampleIdMapping()
29
yield DatabaseSpecificMappings()
0 commit comments