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
sql_interface_metadata
Hi, when I was trying to call the method sql_interface_metadata as defined here: https://github.com/looker-open-source/sdk-codegen/blob/main/python/looker_sdk/sdk/api40/methods.py#L11029. The following error was thrown.
AttributeError: 'Looker40SDK' object has no attribute 'sql_interface_metadata'
The code I was trying to run:
looker_client = looker_sdk.init40(config_settings=LookerApiSettings()) res = looker_client.sql_interface_metadata()
I was using the Looker Admin account and it works for all other methods. Could you help look into this issue? Thanks in advance!
The text was updated successfully, but these errors were encountered:
Can you verify that this is still a problem? I can find that method just fine now. It may have been a problem in an older release.
Sorry, something went wrong.
No branches or pull requests
Hi, when I was trying to call the method
sql_interface_metadata
as defined here: https://github.com/looker-open-source/sdk-codegen/blob/main/python/looker_sdk/sdk/api40/methods.py#L11029. The following error was thrown.The code I was trying to run:
I was using the Looker Admin account and it works for all other methods. Could you help look into this issue? Thanks in advance!
The text was updated successfully, but these errors were encountered: