Bring your best ideas to the AI Use Case Contest! Enter to win 40 hours of expert engineering support and bring your vision to life using the powerful combination of Alteryx + AI. Learn more now, or go straight to the submission form.
Start Free Trial

Alteryx Designer Cloud Discussions

Find answers, ask questions, and share expertise about Alteryx Designer Cloud.
SOLVED

My organization wants me to disable File Upload on Trifacta and force users to use the datasets in Hive and HDFS. What's the best way to do it?

4d54873a545f04fb2ca3
8 - Asteroid
 
2 REPLIES 2
Trifacta_Alumni
Alteryx Alumni (Retired)

Hi, Ann--

 

I don't think you can disable file upload as a feature at this time. As a workaround, you can set the following parameter to 0: 

 

webapp.client.maxFileUploadSize

 

However, this may impact other features, such as uploading avatar images to your user profile, if that is enabled in your environment (webapp.enableProfilePicture). 

 

Cheers,

-SteveO

4d54873a545f04fb2ca3
8 - Asteroid

This works like a charm. Thanks Steve.