Tableau Migration SDK 6.1.0
  • Articles
  • Code Samples
  • Python API Reference
  • C# API Reference
Show / Hide Table of Contents
  • Filters
    • Filter projects by name
    • Filter users by SiteRole
    • Filter Custom Views by 'Shared' flag
  • Mappings
    • Username email
    • Rename projects
    • Change projects
  • Pulled Hooks
    • Filter Data Source Connections
  • Transformers
    • Add tags to content
    • Encrypt Extracts
    • Adjust 'Start At' to Scheduled Tasks
    • Change default users for Custom Views
    • Action URL XML Transformer
    • Modify Permissions
  • Post-Publish Hooks
    • Update permissions
  • Bulk Post-Publish Hooks
    • Bulk logging
  • Batch Migration Completed Hooks
    • Batch migration logging
  • Migration Action Completed Hooks
    • Migration action logging

Pulled Hooks

Pulled hooks allow you to inspect items after they have been fully retrieved and downloaded, but before they have been potentially converted or prepared for publishing. This allows for a second round of filtering that requires information such as file content not available to the primary filter hook.

The following samples cover some common scenarios:

  • Sample: Filter Data Source Connections
  • Edit this page
In this article