erquhart
erquhart16mo ago

Metadata API

Is there any way to get data on the currently running function, eg., name, file, etc?
2 Replies
ballingt
ballingt16mo ago
There's logging which you can use to build metrics, is that what you're thinking? Or are you asking about something at runtime? Curious to hear use cases either way
erquhart
erquhartOP16mo ago
Runtime - current use case is stateful migrations and I wanted to workaround hardcoding a string reference to the name of the migration file.

Did you find this page helpful?