cal-itp / data-infra

Cal-ITP data infrastructure
https://docs.calitp.org/data-infra
GNU Affero General Public License v3.0
48 stars 13 forks source link

Enable public/non-public URL field #3416

Closed fsalemi closed 1 month ago

fsalemi commented 2 months ago

User story / feature request

Requesting the addition of a new column to dim_gtfs_datasets, that marks non-public feeds that we don't want to be published to the open data pipeline.

Acceptance Criteria

The URL that we don't want to be published to the open data pipeline can be filtered out.

Notes

This would be a categorical dichotomous filed (BOOLEAN) by the name of private_dataset that can be true or false.

vevetron commented 2 months ago

True or Null? That's probably okay?

fsalemi commented 1 month ago

True or Null? That's probably okay?

@vevetron Yes, it is OK. I will check NULL not False. So I do not need to have False. True or NULL will suffice.