feat(stats): query r2 data catalog

This commit is contained in:
Adam
2026-08-12 09:49:10 -05:00
parent d84ddd2a69
commit 45099fd634
8 changed files with 310 additions and 124 deletions
+11
View File
@@ -11,6 +11,17 @@ declare module "sst/resource" {
type: "sst.sst.Linkable"
workgroup: string
}
R2Sql: {
accountId: string
bucket: string
namespace: string
table: string
type: "sst.sst.Linkable"
}
R2SqlAuthToken: {
type: "sst.sst.Secret"
value: string
}
StatsSyncConfig: {
dataset: string
type: "sst.sst.Linkable"