Skip to content
This repository has been archived by the owner on Aug 16, 2022. It is now read-only.

feat: Added glue databases and tables #1345

Merged
merged 3 commits into from
Aug 2, 2022

Conversation

amanenk
Copy link
Contributor

@amanenk amanenk commented Jul 29, 2022

Summary

closes #1328
closes #1330

Use the following steps to ensure your PR is ready to be reviewed

  • Read the contribution guidelines πŸ§‘β€πŸŽ“
  • Run go fmt to format your code πŸ–Š
  • Lint your changes via golangci-lint run 🚨 (install golangci-lint here)
  • Update or add tests. Learn more about testing here πŸ§ͺ
  • Update the docs by running go run ./docs/docs.go and committing the changes πŸ“ƒ
  • If adding a new resource, add relevant Terraform files in a separate PR πŸ“‚
  • Ensure the status checks below are successful βœ…

@amanenk amanenk requested review from roneli and irmatov August 1, 2022 07:58
@amanenk amanenk marked this pull request as ready for review August 1, 2022 07:58
@amanenk amanenk requested a review from a team as a code owner August 1, 2022 07:58
Copy link
Member

@hermanschaaf hermanschaaf left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good, nice addition! πŸ‘

@hermanschaaf
Copy link
Member

@amanenk If you merge the main branch into this branch now, the checks should all pass.

# Conflicts:
#	client/mocks/glue.go
#	client/services.go
#	resources/provider/provider.go
@amanenk amanenk merged commit 0284a37 into cloudquery:main Aug 2, 2022
kodiakhq bot pushed a commit that referenced this pull request Aug 2, 2022
πŸ€– I have created a release *beep* *boop*
---


## [0.13.4](v0.13.3...v0.13.4) (2022-08-02)


### Features

* Add Kinesis Data Stream support ([#1348](#1348)) ([767bfab](767bfab))
* Add Tags for ECR Repo ([#1369](#1369)) ([3b31598](3b31598))
* Added glue databases and tables ([#1345](#1345)) ([0284a37](0284a37))
* Added glue jobs ([#1352](#1352)) ([562a6b3](562a6b3))
* Column Resolvers    ([#1301](#1301)) ([9b2dbed](9b2dbed))


### Bug Fixes

* **deps:** Update module github.com/cloudquery/cq-gen to v0.0.7 ([#1362](#1362)) ([3060854](3060854))
* **deps:** Update module github.com/hashicorp/go-hclog to v1.2.2 ([#1350](#1350)) ([82ec301](82ec301))
* Update endpoints ([#1347](#1347)) ([3191f3e](3191f3e))

---
This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
erezrokah pushed a commit to cloudquery/cloudquery that referenced this pull request Aug 14, 2022
πŸ€– I have created a release *beep* *boop*
---


## [0.13.4](cloudquery/cq-provider-aws@v0.13.3...v0.13.4) (2022-08-02)


### Features

* Add Kinesis Data Stream support ([#1348](cloudquery/cq-provider-aws#1348)) ([767bfab](cloudquery/cq-provider-aws@767bfab))
* Add Tags for ECR Repo ([#1369](cloudquery/cq-provider-aws#1369)) ([3b31598](cloudquery/cq-provider-aws@3b31598))
* Added glue databases and tables ([#1345](cloudquery/cq-provider-aws#1345)) ([0284a37](cloudquery/cq-provider-aws@0284a37))
* Added glue jobs ([#1352](cloudquery/cq-provider-aws#1352)) ([562a6b3](cloudquery/cq-provider-aws@562a6b3))
* Column Resolvers    ([#1301](cloudquery/cq-provider-aws#1301)) ([9b2dbed](cloudquery/cq-provider-aws@9b2dbed))


### Bug Fixes

* **deps:** Update module github.com/cloudquery/cq-gen to v0.0.7 ([#1362](cloudquery/cq-provider-aws#1362)) ([3060854](cloudquery/cq-provider-aws@3060854))
* **deps:** Update module github.com/hashicorp/go-hclog to v1.2.2 ([#1350](cloudquery/cq-provider-aws#1350)) ([82ec301](cloudquery/cq-provider-aws@82ec301))
* Update endpoints ([#1347](cloudquery/cq-provider-aws#1347)) ([3191f3e](cloudquery/cq-provider-aws@3191f3e))

---
This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

AWS::Glue::Table AWS::Glue::Database
2 participants