Smith Mathieu

Results 5 issues of Smith Mathieu

provide option to use data_keys or load_from and dump_to as title Use as JSONSchema(prefer_data_key=True) to enable

JSONSchema should support to use of load_from or dump_to (or the equivalent in marshmallow 3) for example: ```python class CampaignCompletion(Schema): id_ = fields.UUID(load_from='id', dump_to='id') version = fields.Integer() timestamp = fields.DateTime()...

Beta officially announced today, there is the opportunity to leverage the bigquery storage api for reading tables from bq. In theory it should have lower latency than gcs dumps and...

enhancement

For example, site/date specific permits are required at campsite 73 Lone Pine in Smokey Mountain National Park, but there isn't a provider in camply for searching this availability smokiespermits.nps.gov

triage

Has providing a metrics endpoint for airflow components other than the webserver been considered? So on the scheduler or celery workers? In that way, issues with individual components (like a...