dlt-hub / verified-sources

Contribute to dlt verified sources 🔥
https://dlthub.com/docs/walkthroughs/add-a-verified-source
Apache License 2.0
72 stars 50 forks source link

[Asana] Update asana API Client #353

Open AstrakhantsevaAA opened 9 months ago

AstrakhantsevaAA commented 9 months ago

Which source is this for Asana

Additional context Asana official API client was updated and some of the methods were deprecated. Poetry version: asana = "^3.2.1" The latest available verson: 5.0.3

from asana import Client should be from asana import ApiClient also 'ApiClient' has no attribute 'access_token'

with version 3.2.1 it works fine, but users could have problems with installing the newest version of asana

wiktor-jurek commented 2 weeks ago

working on this - need to upgrade to v5 to run some of my pipelines - may at least update the repo :)