Integrate Vectice with your data platform

How to integrate Vectice with Data Platforms

Here are some examples of how to connect Vectice with the following Data Platforms. For more details, check our API cheatsheets for instructions on logging assets through these integrations.

from vectice import DatabricksTableResource

db_resource = DatabricksTableResource(
    spark_client=spark,
    paths="my_table",
)

To learn more about the code wrappers, visit our API reference docs.

Last updated