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

Fixed typo in code example of dbt-compile #84

Merged
merged 1 commit into from
Oct 17, 2022

Conversation

karabulute
Copy link
Contributor

Replaced mistyped . with , in args to fix parsing error.

Example error:

An error has occurred: InvalidConfigError: 
==> File .pre-commit-config.yaml           
=====> while parsing a flow sequence       
  in "<unicode string>", line X, column Y
did not find expected ',' or ']'           
  in "<unicode string>", line X, column Y

Replaced mistyped `.` with `,` in `args` to fix parsing error.

Example error:
```bash
An error has occurred: InvalidConfigError: 
==> File .pre-commit-config.yaml           
=====> while parsing a flow sequence       
  in "<unicode string>", line X, column Y
did not find expected ',' or ']'           
  in "<unicode string>", line X, column Y
```
@codecov-commenter
Copy link

Codecov Report

Merging #84 (0e24abe) into main (8ebdfac) will not change coverage.
The diff coverage is n/a.

@@            Coverage Diff            @@
##              main       #84   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files           44        44           
  Lines         2040      2040           
  Branches       252       252           
=========================================
  Hits          2040      2040           

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@ssassi
Copy link
Collaborator

ssassi commented Oct 17, 2022

Good catch @karabulute 😄

@ssassi ssassi merged commit 34a2341 into dbt-checkpoint:main Oct 17, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants