ciaran
Rustam Salavatov
Maity
# create an api request for each self link api_results = api_get.map(map(lambda x: x["self"], employee_self_links)) @task( retries=3, retry_delay_seconds=exponential_backoff(backoff_factor=10), ) def write(employee: Response): employee = employee.json() dest = f"raw/employees/details/{employee['id']}.json" write_to_file_system.fn(dest, employee) # save the results to storage storage_results = write.map(api_results)
Amey Desai
Tomás Emilio Silva Ebensperger
"Orion requires sqlite >= 3.24.0 but we found version 3.7.17"
Kathryn Klarich
max_retries
Jeremiah Lethoba
Abhishek Singh
Stephen Lloyd
DbtCoreOperation
pydantic.error_wrappers.ValidationError: 3 validation errors for DbtCoreOperation dbt_cli_profile -> name field required (type=value_error.missing) dbt_cli_profile -> target field required (type=value_error.missing) dbt_cli_profile -> target_configs field required (type=value_error.missing)
profile_dir
prefect-dbt==0.3.1
prefect-snowflake==0.26.0
Rebecca Servaites
Bring your towel and join one of the fastest growing data communities. Welcome to our second-generation open source orchestration platform, a completely rethought approach to dataflow automation.