Import a pipeline zip file into your project.
0.9.63
or greater. This feature is supported in single projects.
It may not work in setups using the multi-project platform.metadata.yaml
configuration file and block files,
you can import that pipeline into your project. This could be useful if you want to import
a pipeline from a different project.
/pipelines
), right-clicking one of the pipeline rows, and selecting
“Download (keep folder structure)” or “Download (without folder structure)”. You can use
this pipeline zip file to import the pipeline into another Mage project.
Note that the unsupported block file types listed above may not be included in the downloaded
pipeline zip file.
.zip
file extension) should contain a
root folder and a pipeline configuration file (i.e. metadata.yaml
). There could be zero block
files if the pipeline has no blocks.
metadata.yaml
)block1.py
)block2.py
)pipelines
)
metadata.yaml
)data_loaders
, transformers
, custom
, etc.)
data_loader_block_file1.py
)data_loader_block_file2.py
)data_exporters
, sensors
, scratchpads
, etc.)
transformer_block_file1.py
)transformer_block_file2.py
)/pipelines
).+ New
button.