We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 683c7bf commit f1ac7daCopy full SHA for f1ac7da
1 file changed
config/config.go
@@ -15,6 +15,7 @@ const configPath = "cloudquery/config.json"
15
var configKeys = []string{
16
"team",
17
"team_internal",
18
+ "first_sync_completed",
19
}
20
21
// SetConfigHome sets the configuration home directory - useful for testing
0 commit comments