-
Notifications
You must be signed in to change notification settings - Fork 58
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor post deploy hooks to use sql facade and clean up tests with …
…factories (#1804) * refactor post deploy hooks to use sql facade and clean up tests with factories * Create shortcut properties for entity model fields (#1805) Adds properties to the native app entities to make usage of model fields a bit simpler and safer (especially the derived ones like paths). For example, to get the package name, we can call `self.name` instead of `self._entity_model.fqn.name`. * mock sqlfacade instead of executor --------- Co-authored-by: Francois Campbell <francois.campbell@snowflake.com>
- Loading branch information
1 parent
d02c05d
commit 35abf56
Showing
6 changed files
with
420 additions
and
439 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.