Skip to content
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

Fixed the error cannot unmarshal object into Go struct field AccountManagedDomains.domains of type string in the table zoom_account_settings Closes #59 #60

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

ParthaI
Copy link
Contributor

@ParthaI ParthaI commented Nov 28, 2024

Example query results

Results
> select id, managed_domains from zoom_account_settings
+----+-----------------+
| id | managed_domains |
+----+-----------------+
| me | []              |
+----+-----------------+

Time: 1.8s. Rows returned: 0. Rows fetched: 1. Hydrate calls: 2.

Scans:
  1) zoom_account_settings.zoom: Time: 1.8s. Fetched: 1. Hydrates: 2.

…anagedDomains.domains of type string in the table zoom_account_settings Closes #59
@ParthaI ParthaI self-assigned this Nov 28, 2024
@ParthaI ParthaI linked an issue Nov 28, 2024 that may be closed by this pull request
@misraved
Copy link
Contributor

@ParthaI does the SDK update affect other tables?

@ParthaI
Copy link
Contributor Author

ParthaI commented Nov 28, 2024

No @misraved, the requested update only affects this table. It is Turbot’s own SDK, and I have made changes in the SDK specifically for this table.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Selecting from zoom_account_settings fails due to API change
2 participants