Hello! A newbie here. How to ingest a Google Sheets file (published to web as CSV) into datahub?
- I’m using UI for ingestions;
- v0.13.2
- Google Sheets file as CSV
Hello! A newbie here. How to ingest a Google Sheets file (published to web as CSV) into datahub?
Hey there! Make sure your message includes the following information if relevant, so we can help more effectively!
<@U06TM7M40RK> Can you help with the questions in this thread?
We’re experimenting with a new AI assistant for questions in the <#CUMUWQU66> channel to help you track down helpful resources more quickly. Keep in mind that responses may not always be spot-on; feel free to ask it follow-up questions and don’t forget to provide its responses a or so other folks in the Community know if you’re still looking for help on the topic!
To ingest a Google Sheets file (published to the web as CSV) into DataHub using the UI, follow these steps:
Summary
Step-by-Step Instructions
Publish Google Sheets as CSV:
File
> Share
> Publish to the web
.Comma-separated values (.csv)
as the format.Create a New Source in DataHub UI:
Ingestion
tab.+ Create new source
at the top left of the table.Configure the Source:
CSV
.CSV
Example Configuration
Here is an example of how the configuration might look:
source:
type: csv
config:
url: "https://docs.google.com/spreadsheets/d/e/2PACX-1vQ1Y2Y3Z4A5B6C7D8E9F0G1H2I3J4K5L6M7N8O9P0Q1R2S3T4U5V6W7X8Y9Z0/pub?output=csv"
Additional Notes
References
Sources