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
Right now our meta data get/set/delete methods are a bit all over the place, let's review and standardize naming.
Proposal:
Also what do we want to do with refresh_meta()?
def refresh_meta(self): """Refresh our internal AWS Broker catalog metadata""" self.data_source_meta = self.meta.data_source(self.uuid, database=self.database)
Also I DataSources don't have a delete_meta()
The text was updated successfully, but these errors were encountered:
brifordwylie
No branches or pull requests
Right now our meta data get/set/delete methods are a bit all over the place, let's review and standardize naming.
Proposal:
Also what do we want to do with refresh_meta()?
Also I DataSources don't have a delete_meta()
The text was updated successfully, but these errors were encountered: