-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
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
Docstrings and examples for describe_server() #31
Comments
But you will have to modify the string_connections |
hi @ratchetwrench apologies that I missed this issue.
For SQL Server database you can use
If you have created an ODBC connection is your local computer to the database; or
If you are working in a remote computer for example, and have installed the ODBC driver. Unfortunately, the tool assumes you at least know the name of the database (catalog) and you have a valid connection to it. Thank you for the feedback, I'll include more documentation within the next few weeks. |
Thanks for commenting @naiktanmai, you are correct, the metadata database needs to be created before sending the metadata. |
great approach though..looking to extend it for an application I am working on. |
I am unsure of what the signature for describe_server() is meaning what speaking of table_catalog. Is this something I define to use later within aeda?
I am trying to use with SQL Server on prem and within Azure. But I am unaware of any catalogs that may exist or what they may be named.
It would be great to have some docstrings explaining this or some examples of what it might mean for each item in the function signature.
The text was updated successfully, but these errors were encountered: