Greg Smith Sorry for the delay in our response. It looks like you already got the answer from our product team via https://github.com/Azure/azure-functions-sql-extension/discussions/797 discussion. Sharing it here for the benefit of the community. If you face any issues, feel free to reach out to us and thanks again for posting it in Microsoft Q&A.
Answer from PG:
Currently no, not directly at least. Using an input binding would be an option - although that would require either setting up another function that the one with the sql trigger calls (passing it the appropriate information from the trigger) or using imperative bindings for C# functions to dynamically call the input binding.