You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Guys, I wrote some stuff that I think mostly makes sense but I can't get
tests to pass if I add my snapshot fixture to the manifest i.e.. Also, I
am not understanding how to try to run this code locally, and some other
issues. Would much appreciate some feedback on this
```
"snapshot.package.snapshot1": {
"resource_type": "snapshot",
"package_name": "package",
"unique_id": "snapshot.package.snapshot1",
"name": "snapshot1",
"description": "A great snapshot.",
"original_file_path": "/path/to/snapshot1.sql",
"config": {},
"meta": {},
"columns": {
"a": {
"name": "column_a",
"description": "Column A.",
"data_type": "string",
"meta": {},
"constraints": [],
"tags": []
}
},
"constraints": [],
"database": "db",
"schema": "schema",
"raw_code": "SELECT x FROM y",
"alias": "snapshot1_alias",
"patch_path": "/path/to/snapshot1.yml",
"tags": [],
"depends_on": {},
"language": "sql",
"access": "protected",
"strategy": "timestamp",
"unique_key": ["a"]
},
```
---------
Co-authored-by: Alin Cristian Preda <[email protected]>
Co-authored-by: Jochem van Dooren <[email protected]>
0 commit comments