We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Move definition, implementation and documentation of adapter property IS_LOCAL
IS_LOCAL
virtual-schema-common-java/com.exasol.adapter.AdapterProperties
exasol-virtual-schema
This deprecates the following fields and methods of virtual-schema-common-java/com.exasol.adapter.AdapterProperties:
public static final String IS_LOCAL_PROPERTY public boolean isLocalSource() public boolean hasIsLocal()
Rationale: Adapter property IS_LOCAL is specific to exasol-virtual-schema.
Same applies to com.exasol.adapter.AdapterProperties.ImportProperty
com.exasol.adapter.AdapterProperties.ImportProperty
See also
The text was updated successfully, but these errors were encountered:
kaklakariada
ckunki
Successfully merging a pull request may close this issue.
Move definition, implementation and documentation of adapter property
IS_LOCAL
virtual-schema-common-java/com.exasol.adapter.AdapterProperties
exasol-virtual-schema
This deprecates the following fields and methods of
virtual-schema-common-java/com.exasol.adapter.AdapterProperties
:Rationale:
Adapter property
IS_LOCAL
is specific to exasol-virtual-schema.Same applies to
com.exasol.adapter.AdapterProperties.ImportProperty
See also
The text was updated successfully, but these errors were encountered: