Example

Suppose you want to export the result of a query to an object store with a prefix of my_prefix, base URL of https://example.com, tenant ID of my_tenant, and file name of my_file.csv. You would need to modify the export_query_to_object_store procedure to use these values.

Once you have customized the procedure, you can use it to export your query results to the object store.