CData Python Connector for CSV

Build 25.0.9454

TestConnectionBehavior

Specifies the behavior of the test connection.

Possible Values

LIST_AND_READ_FILES, READ_FILE, LIST_FILES, NO_OPERATION

Data Type

string

Default Value

"LIST_AND_READ_FILES"

Remarks

Change the behavior of the test connection based on the integration scenario.

  • LIST_AND_READ_FILES: List and read files from the configured storage source until at least one is parsed. Fail if none of the files can be parsed. Note: this mode will not read files in sub-directories.
  • READ_FILE: Read the file provided in the URI. Succeed if the file can be read and parsed. Use this mode if the URI points to a file, not a directory.
  • LIST_FILES: List files from the provided URI.
  • NO_OPERATION: Does not perform any operation on the storage source.

Copyright (c) 2025 CData Software, Inc. - All rights reserved.
Build 25.0.9454