MCPcopy Create free account
hub / github.com/dataform-co/dataform / postOps

Method postOps

core/actions/table.ts:319–322  ·  view source on GitHub ↗

* Sets a post-operation to run after the query is run. This is often used for revoking temporary * permissions granted to access source tables. * * Example: * * ```js * // definitions/file.js * publish("example") * .preOps(ctx => `GRANT \`roles/bigquery.dataViewer\` ON TABL

(posts: Contextable<ITableContext, string | string[]>)

Source from the content-addressed store, hash-verified

317 * ```
318 */
319 public postOps(posts: Contextable<ITableContext, string | string[]>) {
320 this.contextablePostOps.push(posts);
321 return this;
322 }
323
324 /**
325 * @deprecated Deprecated in favor of

Callers 2

constructorMethod · 0.95
postOpsMethod · 0.45

Calls 1

pushMethod · 0.45

Tested by

no test coverage detected