Forum Discussion
android App - One Lake Integration.
- Anonymous2 years ago
HI SyedN,
Here is the links with sample code that connection to the lakehouse/data warehouse based on odbc driver:
Load data to MS Fabric Warehouse from notebook - Stack Overflow
connect to fabric lakehouses warehouses from python code
You can modify them to java version to use odbc/jdbc driver to connect the source with correspond connections string, data source and credentials and use connection cursor to save your data to table based on sql query.
If you mean to upload files to Lakehouse, It is more simply to use dataflow/data pipelines to getting data from API to the Lakehouse.
Fabric decision guide - copy activity, dataflow, or Spark - Microsoft Fabric | Microsoft Learn
How to copy data using copy activity - Microsoft Fabric | Microsoft Learn
Regards,
Xiaoxin Sheng
HI SyedN,
Here is the links with sample code that connection to the lakehouse/data warehouse based on odbc driver:
Load data to MS Fabric Warehouse from notebook - Stack Overflow
connect to fabric lakehouses warehouses from python code
You can modify them to java version to use odbc/jdbc driver to connect the source with correspond connections string, data source and credentials and use connection cursor to save your data to table based on sql query.
If you mean to upload files to Lakehouse, It is more simply to use dataflow/data pipelines to getting data from API to the Lakehouse.
Fabric decision guide - copy activity, dataflow, or Spark - Microsoft Fabric | Microsoft Learn
How to copy data using copy activity - Microsoft Fabric | Microsoft Learn
Regards,
Xiaoxin Sheng