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

rundata table doesn't have enough columns #39

Closed
paysni opened this issue Jan 26, 2023 · 2 comments
Closed

rundata table doesn't have enough columns #39

paysni opened this issue Jan 26, 2023 · 2 comments

Comments

@paysni
Copy link

paysni commented Jan 26, 2023

Issue

Insert into [raw].[tableau-rundata] in main.py contains more columns than what is in the table from the create script

How To Reproduce

Run create-tables.sql script and then the main.py after setting up variables. raw.[tablea-rundata] only has 3 columns but the insert statement is inserting into 5 columns.
To fix need to add nviews and series int columns to the table.

@paysni paysni changed the title [BUG] rundata table doesn't have enough columns Jan 26, 2023
christopherpickering pushed a commit that referenced this issue Jan 26, 2023
## [1.0.3](v1.0.2...v1.0.3) (2023-01-26)

### Bug Fixes

* **create script:** added missing columns in db create script ([436e99d](436e99d)), closes [#39](#39)
@christopherpickering
Copy link
Member

🎉 This issue has been resolved in version 1.0.3 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

christopherpickering pushed a commit that referenced this issue Feb 6, 2023
## [1.0.3-alpha.1](v1.0.2...v1.0.3-alpha.1) (2023-02-06)

### Bug Fixes

* **create script:** added missing columns in db create script ([436e99d](436e99d)), closes [#39](#39)
@christopherpickering
Copy link
Member

🎉 This issue has been resolved in version 1.0.3-alpha.1 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

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

No branches or pull requests

2 participants