hey hey I seem to getting this error printed on my...
# troubleshooting
s
hey hey I seem to getting this error printed on my console after every run
Copy code
type object '_asyncio.Task' has no attribute 'all_tasks'
tasks do seem to succeed/fail as usual though
t
Can you share what commands you’re running and a bit more of the stack trace?
s
sure yes ofcourse
Copy code
meltano elt tap-gitlab target-postgres --job_id=meow
last few lines of stacktrace
Copy code
target-postgres | INFO Loading 17 rows into 'merge_requests'
target-postgres | INFO COPY merge_requests_temp ("allow_collaboration", "allow_maintainer_to_push", "assignee_id", "assignees", "author_id", "closed_at", "closed_by_id", "created_at", "description", "downvotes", "force_remove_source_branch", "human_time_estimate", "human_total_time_spent", "id", "iid", "labels", "merge_status", "merge_when_pipeline_succeeds", "merged_at", "merged_by_id", "milestone_id", "project_id", "sha", "should_remove_source_branch", "source_branch", "source_project_id", "squash", "state", "target_branch", "target_project_id", "time_estimate", "title", "total_time_spent", "updated_at", "upvotes", "user_notes_count", "web_url", "work_in_progress") FROM STDIN WITH (FORMAT CSV, ESCAPE '\')
target-postgres | INFO UPDATE 0
target-postgres | INFO INSERT 0 17
target-postgres | INFO Loading 8 rows into 'users'
target-postgres | INFO COPY users_temp ("avatar_url", "id", "name", "state", "username", "web_url") FROM STDIN WITH (FORMAT CSV, ESCAPE '\')
target-postgres | INFO UPDATE 0
target-postgres | INFO INSERT 0 8
target-postgres | INFO Loading 3 rows into 'releases'
target-postgres | INFO COPY releases_temp ("author_id", "commit_id", "created_at", "description", "name", "project_id", "released_at", "tag_name") FROM STDIN WITH (FORMAT CSV, ESCAPE '\')
target-postgres | INFO UPDATE 0
target-postgres | INFO INSERT 0 3
target-postgres | INFO Loading 192 rows into 'tags'
target-postgres | INFO COPY tags_temp ("commit_id", "message", "name", "project_id", "target") FROM STDIN WITH (FORMAT CSV, ESCAPE '\')
target-postgres | INFO UPDATE 0
target-postgres | INFO INSERT 0 192
target-postgres | INFO Loading 22 rows into 'pipelines'
target-postgres | INFO COPY pipelines_temp ("created_at", "id", "ref", "sha", "status", "updated_at", "web_url") FROM STDIN WITH (FORMAT CSV, ESCAPE '\')
target-postgres | INFO UPDATE 0
target-postgres | INFO INSERT 0 22
meltano         | Incremental state has been updated at 2021-05-19 16:48:08.673105.
meltano         | Extract & load complete!
meltano         | Transformation skipped.
type object '_asyncio.Task' has no attribute 'all_tasks'
Copy code
`meltano, version 1.67.0
t
That’s helpful - I’m going to bring in @douwe_maan and @aaronsteers because I’m not sure
d
@surya_g What Python version are you using?
s
Copy code
Python 3.9.5
a
I thought this looked familiar. Technically Python 3.9 is not supported yet. The fact that it’s (mostly) running is the surprise. 🙂 https://meltano.slack.com/archives/C013EKWA2Q1/p1616192710083100?thread_ts=1616171802.065200&cid=C013EKWA2Q1
s
ah thanks. Should've search for that message before posting .
a
No worries at all. Here’s our tracking issue for 3.9 support: https://gitlab.com/meltano/singer-sdk/-/issues/66
Scratch that. Wrong link… one sec.