⬆️ Load Data¶
There are 2 types pof load functions:
get
functions enable toselect
external data in aselect
statement.load
functions enable toload
data into a destination table.
Function Categories¶
☂️ Public Services (9 functions)¶
exchange_rate
: Getexchange_rate
get_appstore_reviews
: GET Apple App Store Reviews of an appget_github_data
: Get data frompublic_repo
intodestination_dataset
get_meteo
: Getmeteo
get_playstore_reviews
: GET Google Play Store Reviews of an appget_transport_emissions
: Get the transport CO2 emissions given thedistance_km
list_public_datasets
: Returns list of BigQuerypublic_datasets
load_google_trends
: Load daily Google Trends
🌎 Web Data (9 functions)¶
get
: Requesturl
get_data_from_apify
: Get data using an apifyactor
.get_webpage_data
: Extractdata
fromurl
usingprompt
get_webpage_metadata
: Get webpage metadataget_webpage_structured_data
: Get webpage Structured Dataload_duckdb_database
: Download duckdb database intodestination_dataset
load_file
: Download web file intodestination_table
☁️ SAAS Data (5 functions)¶
get_json
: GET jsondata
fromurl
load_pinterest_report
: Download Daily Pinterest Custom Reportload_pinterest_report_into_temp_dataset
: Download Pinterest Custom Reportload_saas_data
: Load SAAS data from 250+ sources using the Python Connectors of Airbyte
Generate (1 functions)¶
faker
: Generates fake data