Skip to content

Commit

Permalink
Merge pull request #1 from giovannipcarvalho/main
Browse files Browse the repository at this point in the history
Fix usage example in README
  • Loading branch information
ravenac95 authored Aug 30, 2024
2 parents 289afed + 87bc1c5 commit bbae037
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ from dagster import (
AssetExecutionContext,
Definitions,
)
from dagster_sqlmesh import sqlmesh_asset, SQLMeshContextConfig, SQLMeshResource
from dagster_sqlmesh import sqlmesh_assets, SQLMeshContextConfig, SQLMeshResource

sqlmesh_config = SQLMeshContextConfig(path="/home/foo/sqlmesh_project", gateway="name-of-your-gateway")

Expand Down

0 comments on commit bbae037

Please sign in to comment.