-
Notifications
You must be signed in to change notification settings - Fork 2.8k
Closed
Labels
c/cliRelated to CLIRelated to CLIp/highcandidate for being included in the upcoming sprintcandidate for being included in the upcoming sprint
Description
replace_metadata clears the metadata while also keeping track of incremental schema cache generation. But, currently we are explicitly clearing the metadata (via clear_metadata) first :
| query := HasuraInterfaceBulk{ |
This totally voids the benefits of incremental schema cache generation. For example, it recreates event trigger functions even if they are not changed.
Metadata
Metadata
Assignees
Labels
c/cliRelated to CLIRelated to CLIp/highcandidate for being included in the upcoming sprintcandidate for being included in the upcoming sprint