Powerdrill lets you upload multiple data sources to a dataset, making it easier to organize your data files. However, any data sources that are not synchronized at the time a job starts will be excluded from analysis or exploration. To ensure all data sources are used in data analysis, make sure they are fully synchronized before executing data jobs. Here’s how:Documentation Index
Fetch the complete documentation index at: https://docs.powerdrill.ai/llms.txt
Use this file to discover all available pages before exploring further.
1. Call the endpoint
Send a request to the Get status summary of data sources in dataset endpoint. Following is a request example:Python
2. Check the result
Then, review the returned response:Example response
invalid_count and synching_count are 0, all data sources in the dataset are fully synchronized and ready to be used by Powerdrill. Otherwise, any unsynchronized sources will not be available for analysis.