Conforms the nl-open-data config to the modified config in statline-bq (see this PR).
This separates out config object from prefect's config object - solving the issue of having to run the import from nl_open_data.config import config before any Prefect imports, and allowing us to neatly conform to PEP-8 again.
This PR:
nl-open-data
config to the modified config instatline-bq
(see this PR).from nl_open_data.config import config
before any Prefect imports, and allowing us to neatly conform to PEP-8 again.get_wrap
task.