0

Is there a natural way to wrap Python code to display in Looker?

The ideal dataflow for my problem is SQL DB->python-> looker, or alternatively, looker->python-> looker.  I am hoping to embed a.py into lookML so that I can automate python analysis, ready to display in looker.

toyota Supra
  • 3,181
  • 4
  • 15
  • 19
Jacb
  • 1
  • 1

1 Answers1

1

You can't call Python code from Looker. Depending on the database you are using, you may want to look into creating a UDF within that database and then call it using SQL.

Simon D
  • 5,730
  • 2
  • 17
  • 31