FlowDestinationFlowConfigDestinationConnectorPropertiesSnowflakeErrorHandlingConfig constructor
const
FlowDestinationFlowConfigDestinationConnectorPropertiesSnowflakeErrorHandlingConfig({})
Creates a new FlowDestinationFlowConfigDestinationConnectorPropertiesSnowflakeErrorHandlingConfig.
bucketName Optional.
bucketPrefix Optional.
failOnFirstDestinationError Whether to fail the flow after the first instance of a failure when attempting to place data in the destination.
Implementation
const FlowDestinationFlowConfigDestinationConnectorPropertiesSnowflakeErrorHandlingConfig({
this.bucketName,
this.bucketPrefix,
this.failOnFirstDestinationError,
});