Python package for loading data from the web and deploying external table definitions in Snowflake or other SQL engines, enabling SQL-based querying. Current version 0.0.28, rapid active development.
pip install vestapolNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Creates an external table in Snowflake from a web URL. Make sure environment variables are set for authentication.
Update import to 'from vestapol import ExternalTable'.
Replace with 'from vestapol import load_data' and use appropriate connection parameters.
Ensure the URL points directly to the data file, not an HTML page containing a download button.