You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Let's make it a bit simpler to ensure private datasets are non-redistributable.
Context & details
Currently, I believe there are three things you need to do to ensure a dataset is non-redistributable in the ETL:
In the Snapshot .dvc have is_public: false
Use data-private and snapshot-private in the dag
Set the dataset metadata as non_redistributable: true, typically in garden
The first two are done automatically in Wizard when you select that the dataset is private. I think it would make sense to also make the third one automatic, unless there is some complication I'm not thinking of?
The text was updated successfully, but these errors were encountered:
One-liner
Let's make it a bit simpler to ensure private datasets are non-redistributable.
Context & details
Currently, I believe there are three things you need to do to ensure a dataset is non-redistributable in the ETL:
is_public: false
data-private
andsnapshot-private
in the dagnon_redistributable: true
, typically in gardenThe first two are done automatically in Wizard when you select that the dataset is private. I think it would make sense to also make the third one automatic, unless there is some complication I'm not thinking of?
The text was updated successfully, but these errors were encountered: