Hi all, Newbie Prefect Cloud user here... Is there...
# prefect-cloud
b
Hi all, Newbie Prefect Cloud user here... Is there anyone using the prefect-fivetran module in Prefect Cloud? In some of the documentation on the module it references being able to use the FivetranCredentials Block. When I go into the UI and try to add a block, I don't see a Fivetran Credentials block available. I ended up figuring out how to save the block via code but I am wondering if this is common that blocks don't show up in the UI as available? Thanks in advance!
j
Does this work?
Copy code
prefect block register --module prefect_fivetran
Within your code environment. I believe that registers the block in the UI.
🙏 3
b
That's exactly what I was missing. Thanks for the help @Jack P!
🦜 1