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
The guideline on private steps is not be up-to-date. We should probably review and update it to match our current data flow.
Context & details
In #2947, we worked on improving sections in our docs talking about private steps. However, there are still some doubts on certain fragments, in particular those relating to metadata field isPrivate and nonRedistributable and whether datasets are published to GitHub. These were raised by Pablo in his revision (here, or here).
The current text in our docs were based on the following issue-closing comment in #2631 (comment):
Turns out this was a false alarm due to a misunderstanding of the meaning of something being "private".
In the ETL, private means that the general public cannot access those files, except when they are published as indicators in the grapher:// step. At that stage, anything private should be marked as nonRedistributable in the metadata.
In Grapher, datasets marked as !isPrivate && !nonRedistributable are automatically re-published to Github. If something is !nonRedistributable, it means CSV download is available with Grapher.
This means !isPrivate should probably be renamed publishToGithub, and it should be false any time nonDistributable is true.
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
One-liner
The guideline on
private
steps is not be up-to-date. We should probably review and update it to match our current data flow.Context & details
In #2947, we worked on improving sections in our docs talking about private steps. However, there are still some doubts on certain fragments, in particular those relating to metadata field
isPrivate
andnonRedistributable
and whether datasets are published to GitHub. These were raised by Pablo in his revision (here, or here).The current text in our docs were based on the following issue-closing comment in #2631 (comment):
TODO
non_redistributable
vs. private (create a 2x2 matrix)isPrivate
flag in Grapherdataset
table.'fully public'
,'partly private'
, etc.)public
→private
The text was updated successfully, but these errors were encountered: