Pushing DSS Projects to GitHub
adamnieto
Neuron 2020, Neuron, Registered, Neuron 2021, Neuron 2022, Neuron 2023 Posts: 87 Neuron
Hello,
I have a question related to data compliance that I just want to verify.
When a user pushes a DSS project to a remote repo, for instance, on GitHub does DSS push any datasets or physical data in the flow? From my understanding it just pushes the metadata of the datasets for version control purposes but not the underlying datasets or physical data itself. Is this correct?
Thank you for your help!
Adam
Best Answer
-
Hi,
Your understanding is correct!
If you need to export clean versionable artifacts that contain data, we'd advise to use bundles (which can be created programmatically and then exported however you want, for example to Git)
Answers
-
Thank you, @Clément_Stenac
!