...
As needed, the platform can be configured to ingest data from your relational datasources to the base storage layer for faster execution of Spark-based jobs. See Configure JDBC Ingestion.
Append userId to logged queries
Info | |
---|---|
NOTE: This feature may be available via Hot Fix only. Please contact
|
Optionally, you can choose to enable appending the
D s item | ||
---|---|---|
|
Code Block |
---|
execute <unnamed>: SELECT * FROM "public"."artifacts" LIMIT 10 /* userId: 1 */ |
In the above, the
D s item | ||
---|---|---|
|
1
) is written in the comment.These types of queries are logged for the following basic activities:
- Data preview: when previewing data from a relational source, a query is executed against the database
- Data import: when selecting a table to import
- Data import using custom SQL:
- Click Validate button.
- Custom SQL execution.
This feature enables auditing of
D s item | ||
---|---|---|
|
Steps:
D s config Locate the following setting and set it to
true
:Code Block "feature.addUserIdToSQLQuery.enabled": false,
- Save your changes and restart the platform.
Configure Security
For more information, see Configure Security for Relational Connections.
...