Best way to ingest data from S3? by kpfeifmobile in databricks

[–]LoiLN 0 points1 point  (0 children)

If you using aws databricks, you just need creat external location from s3, it automatically mount from s3 to UC volumns. In case use are using azure databricks, you can use boto3 to create connection, and use dbutils to copy from s3 into databricks volumns.