Stephen Lloyd
Traceback (most recent call last): File "/Users/slloyd/projects/dwbi-orchestration/.venv/lib/python3.8/site-packages/prefect/engine/task_runner.py", line 880, in get_task_run_state value = prefect.utilities.executors.run_task_with_timeout( File "/Users/slloyd/projects/dwbi-orchestration/.venv/lib/python3.8/site-packages/prefect/utilities/executors.py", line 468, in run_task_with_timeout return task.run(*args, **kwargs) # type: ignore File "workable/src/flow.py", line 64, in fivetran_sync status = FivetranSyncTask.run( TypeError: method() missing 1 required positional argument: 'self'
@task def fivetran_sync(connector: str, creds: dict) -> dict: status = FivetranSyncTask.run( api_key=creds['api_key'], api_secret=creds['api_secret'], connector_id=connector ) return status
Jacob Blanco
FivetranSyncTask().run(...)
()
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.