New Member
Since ‎07-15-2021
‎05-20-2023

My Stats

  • 1 Posts
  • 0 Solutions
  • 0 Likes given
  • 0 Likes received

artuzam's Bio

Badges artuzam Earned

View all badges

Recent Activity

Hello! I'm using the Looker JS SDK v4.0 inside an extension framework app. I'm trying to use the run_query method but it is failing. Here's what I'm doing:try { const res = await core40SDK.ok(core40SDK.run_query(30731, "csv")); console.log(res);} cat...