BigQuery
and Mediatool
- remove api_connection()
method
#1049
Labels
2.0 backlog
Backlog for logic issues in connectors after migration
2.0
viadot 2.0
enhancement
New feature or request
The current method
api_connection()
suggests that it creates and returns an API connection, which is misleading since it actually downloads data without returning anything. This can be confusing for users.Sources:
Bigquery and Mediatool
Suggested changes:
api_connection()
toto_records()
or
api_connection()
directly intoto_df()
to simplify the code.The text was updated successfully, but these errors were encountered: