I’m not able to find any data sources to answer your question. Could you provide more details about the JSON schema and the configuration you are using? If this doesn’t help, please reach out to the DataHub support team for further assistance. 0 button 0 button Hint: Mention @runllm in the thread for followups.
Hey there! Make sure your message includes the following information if relevant, so we can help more effectively!
Are you using UI or CLI for ingestion?
Which DataHub version are you using? (e.g. 0.12.0)
What data source(s) are you integrating with DataHub? (e.g. BigQuery)
<@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 help you more effectively, could you please provide the following information?
Are you using the UI or CLI for ingestion?
Which DataHub version are you using? (e.g., 0.12.0)?
What data source(s) are you integrating with DataHub? (e.g., BigQuery)?
Based on the error message you provided, it seems like there might be an issue with the JSON file or the URL you are trying to ingest. The error Expecting value: line 1 column 1 (char 0) typically indicates that the JSON decoder is encountering an empty response or an invalid JSON format.
Here are a few steps you can take to troubleshoot this issue:
Verify the URL: Ensure that the URL <https://gofile.io/d/gvUTo9> is accessible and returns a valid JSON file. You can try opening the URL in a browser or using a tool like curl to check the response.
Check JSON Format: Make sure that the JSON file at the URL is correctly formatted. You can use online JSON validators to check the syntax.
Run with Debug Mode: As suggested in the error message, run the ingestion process with the --debug flag to get the full stack trace. This can provide more detailed information about where the error is occurring.
Localize the JSON File: If the URL is not accessible or the JSON file is too large, consider downloading the JSON file locally and providing the local path for ingestion.
If you provide the additional information requested, I can give you more specific guidance.