NYCPlanning / db-data-library

📚 Data Library
https://nycplanning.github.io/db-data-library/library/index.html
MIT License
0 stars 1 forks source link

Add user/environment metadata to output config files #384

Closed fvankrieken closed 1 year ago

fvankrieken commented 1 year ago

Something along the lines of:

{
    "dataset": {
        "name": "doitt_buildingfootprints",
        "version": "20230402",
        "acl": "public-read",
        "source": { ... },
        "destination": {  ...  },
        "info": { ... }
    },
    "execution_details": {
        "type": "manual",
        "user": "fvankrieken"
        "date": "2023-04-02"
    }
}

or

"execution_details": {
    "type": "ci",
    "dispatch-event": "schedule",
    "url": "https://github.com/NYCPlanning/db-developments/actions/runs/4653217871/jobs/8233898623"
    "date": "2023-04-02"
}
fvankrieken commented 1 year ago

@damonmcc would love your thoughts, on format, field names, any additional info that would be good to have, etc