-
Notifications
You must be signed in to change notification settings - Fork 18
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
Add Long Term Retention Policies details in table azure_sql_database closes #219 #255
Conversation
azure/table_azure_sql_database.go
Outdated
Name: "retention_policy_property", | ||
Description: "Long term Retention policy Property.", | ||
Type: proto.ColumnType_JSON, | ||
Hydrate: getSqlDatabaseLongTermRetentionPolicies, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ordering of columns is not proper, please check.
azure/table_azure_sql_database.go
Outdated
database := h.Item.(sql.Database) | ||
serverName = strings.Split(*database.ID, "/")[8] | ||
databaseName = *database.Name | ||
plugin.Logger(ctx).Trace("Hydrate Database Id", *database.ID) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Remove this.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Integration test logs
Logs
Example query results
Results