Skip to content

feat!: Remove unused table create options#57

Merged
kodiakhq[bot] merged 1 commit intocloudquery:mainfrom
erezrokah:feat/remove_table_primary_keys
Sep 6, 2022
Merged

feat!: Remove unused table create options#57
kodiakhq[bot] merged 1 commit intocloudquery:mainfrom
erezrokah:feat/remove_table_primary_keys

Conversation

@erezrokah
Copy link
Copy Markdown
Member

@erezrokah erezrokah commented Sep 6, 2022

Summary

I was using this option to set the primary keys on my tables:
https://github.com/erezrokah/cloudquery/blob/28f7db10eadd834769663dc1e8243f04469b0132/plugins/source/azure/codegen/recipes/base.go#L206
to realize it stopped working and I should set it on columns instead


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 🧪
  • Ensure the status checks below are successful ✅

@erezrokah erezrokah force-pushed the feat/remove_table_primary_keys branch from 41ff62b to e741d1f Compare September 6, 2022 16:23
@github-actions github-actions bot added breaking and removed feat labels Sep 6, 2022
@kodiakhq kodiakhq bot merged commit 6723465 into cloudquery:main Sep 6, 2022
@cq-bot cq-bot mentioned this pull request Sep 6, 2022
kodiakhq bot pushed a commit that referenced this pull request Sep 7, 2022
🤖 I have created a release *beep* *boop*
---


## [0.2.0](v0.1.2...v0.2.0) (2022-09-07)


### ⚠ BREAKING CHANGES

* Remove unused table create options (#57)

### Features

* Remove unused table create options ([#57](#57)) ([6723465](6723465))


### Bug Fixes

* Ignore hidden files ([#56](#56)) ([1732ca1](1732ca1))

---
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 join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants