Manage Meta Data
Manage Meta Data is the description
Actors
Extends Use Cases
Detail Scenarios
Scenario Capture Meta Data
Capture Meta Data is the description
Criteria
- Given - Data Engineer and Data Steward are using data create method
- When - Data blueprint and sources are created and deployed for simulation
- Then - Data Engineer and Data Steward are using data create method
Steps
- dataadaptor create –name filesystem –file ./templates/dataadaptor-filesystem.yaml
- dataflow create –name filesystembasic –file ./templates/dataflow-filesystembasic.yaml
- datablueprint create –name filesystemBluePrint1 –file ./templates/datablueprint-filesystem.yaml
- datasource create –name myFileSystem1 –file ./templates/datasource.yaml
- datasource create –name myFileSystem2 –file ./templates/datasource.yaml
- diml ddf/datablueprint/deploy –name myBP1 –blueprint filesystemBluePrint1 –sources mySource=myFileSystem1
- diml ddf/datasource/simulate –name myFileSystem1 –file ./templates/datasource-simulation.yaml
- diml find –query owner:darren
Actors
Scenario Manage Data Catalog
Manage Data Catalog is the description
Criteria
- Given - A data scientist wants to manage the data catalog
- When - The data scientist uses the 'datacatalog/list' method
- Then - A data scientist wants to manage the data catalog
Steps
- To Be Defined