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

Bug in Documentation for Freshness #449

Closed
5 tasks
alittlesliceoftom opened this issue Nov 10, 2020 · 3 comments
Closed
5 tasks

Bug in Documentation for Freshness #449

alittlesliceoftom opened this issue Nov 10, 2020 · 3 comments

Comments

@alittlesliceoftom
Copy link
Contributor

Describe the bug

Hey - super minor bug:

https://docs.getdbt.com/reference/resource-properties/freshness/ says:

  • name: product_skus
    freshness: {} # do not check freshness for this table

When developing I found that actually it should not have the {}:

  • name: product_skus
    freshness: # do not check freshness for this table

Steps To Reproduce

Expected behavior

A clear and concise description of what you expected to happen.

Screenshots and log output

If applicable, add screenshots or log output to help explain your problem.

System information

Which database are you using dbt with?

  • postgres
  • redshift
  • bigquery
  • snowflake
  • other (specify: ____________)

The output of dbt --version:

<output goes here>

The operating system you're using:

The output of python --version:

Additional context

Add any other context about the problem here.

@jtcohen6
Copy link
Collaborator

Thanks @alittlesliceoftom! I'm going to transfer this issue to the docs.getdbt.com repo. I'd welcome you to submit the PR for the fix there!

@jtcohen6 jtcohen6 transferred this issue from dbt-labs/dbt-core Nov 10, 2020
@alittlesliceoftom
Copy link
Contributor Author

Raised.

VersusFacit added a commit that referenced this issue Jan 4, 2021
@VersusFacit
Copy link
Contributor

Merged over in the docs repo, see above :)

nghi-ly pushed a commit that referenced this issue May 2, 2024
REPO SYNC - Public to Private
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

No branches or pull requests

3 participants