Skip to content

Commit

Permalink
[fix][docs] fix insights docs format (#17360)
Browse files Browse the repository at this point in the history
## Summary

Fixes our insights docs to specify the correct `%Y-%m-%d-%H:%M` format.
  • Loading branch information
benpankow authored Oct 23, 2023
1 parent f9deb11 commit 4f91e20
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docs/content/api/modules.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/content/api/searchindex.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/content/api/sections.json

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ from dagster_cloud.dagster_insights import (
)
snowflake_insights_definitions = create_snowflake_insights_asset_and_schedule(
"2023-10-5",
start_date="2023-10-5-00:00",
snowflake_resource_key="snowflake_insights",
)
Expand Down
Binary file modified docs/next/public/objects.inv
Binary file not shown.

1 comment on commit 4f91e20

@github-actions
Copy link

Choose a reason for hiding this comment

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

Deploy preview for dagster-docs ready!

✅ Preview
https://dagster-docs-honlak9we-elementl.vercel.app
https://master.dagster.dagster-docs.io

Built with commit 4f91e20.
This pull request is being automatically deployed with vercel-action

Please sign in to comment.