How to Solve NameError: name 'run_transform_gbq' is not defined -- pipeline_tools

Solution: Import the 'run_transform_gbq' module

# Add the following line to the top of your code
from pipeline_tools import run_transform_gbq

 

For more information:
pipeline_tools run_transform_gbq