How to Create a Data Source for Data Streamed from Kafka
Create a data source for data streamed from Kafka in DataPancake.
1. Grant DataPancake access to the database, schema, and table
GRANT USAGE ON DATABASE DB_NAME TO APPLICATION DATAPANCAKE;
GRANT USAGE ON SCHEMA DB_NAME.SCHEMA_NAME TO APPLICATION DATAPANCAKE;
GRANT REFERENCES, SELECT ON TABLE DB_NAME.SCHEMA_NAME.TABLE_NAME TO APPLICATION DATAPANCAKE;
2. In DataPancake, navigate to the Data Sources page

3. Enter a name for the new data source

4. Select the data source type

5. (Optional) Enter data source tags

6. Select "Kafka" for the source stream platform

7. (Optional) Deduplicate Messages

8. Enter the Deduplication SQL Expression

9. Select the Object Type

10. Select the Column Data Type

12. Select the Format Type

13. Select the Database

14. Select the Schema

15. Select the Object Name

16. Enter the Column Name

17. Click 'Enable Feature Selection'

18. Select "SQL Code Generation"

19. Select the Output Object Type

20. Configure additional settings as needed
21. Save the data source

22. Verify the save completed successfully.

PreviousCreating & Configuring Data SourcesNextHow to Configure Output Object & Dynamic Table Settings
Last updated
Was this helpful?