Search icon CANCEL
Subscription
0
Cart icon
Your Cart (0 item)
Close icon
You have no products in your basket yet
Arrow left icon
Explore Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Conferences
Free Learning
Arrow right icon
Arrow up icon
GO TO TOP
Data Engineering with Alteryx

You're reading from   Data Engineering with Alteryx Helping data engineers apply DataOps practices with Alteryx

Arrow left icon
Product type Paperback
Published in Jun 2022
Publisher Packt
ISBN-13 9781803236483
Length 366 pages
Edition 1st Edition
Languages
Tools
Arrow right icon
Author (1):
Arrow left icon
Paul Houghton Paul Houghton
Author Profile Icon Paul Houghton
Paul Houghton
Arrow right icon
View More author details
Toc

Table of Contents (18) Chapters Close

Preface 1. Part 1: Introduction
2. Chapter 1: Getting Started with Alteryx FREE CHAPTER 3. Chapter 2: Data Engineering with Alteryx 4. Chapter 3: DataOps and Its Benefits 5. Part 2: Functional Steps in DataOps
6. Chapter 4: Sourcing the Data 7. Chapter 5: Data Processing and Transformations 8. Chapter 6: Destination Management 9. Chapter 7: Extracting Value 10. Chapter 8: Beginning Advanced Analytics 11. Part 3: Governance of DataOps
12. Chapter 9: Testing Workflows and Outputs 13. Chapter 10: Monitoring DataOps and Managing Changes 14. Chapter 11: Securing and Managing Access 15. Chapter 12: Making Data Easy to Use and Discoverable with Alteryx 16. Chapter 13: Conclusion 17. Other Books You May Enjoy

Conventions used

There are a number of text conventions used throughout this book.

Code in text: Indicates code words in the text, database table names, folder names, filenames, file extensions, pathnames, dummy URLs, user input, and Twitter handles. Here is an example: "This means we can create a testing_workflow_validation.py file with the test_description function inside it."

A block of code is set as follows:

from os import listdir
import os
import xml.etree.ElementTree as ET
ayx_file = ('.yxmd', '.yxmc', '.yxwz')
files = [f for f in listdir(os.getcwd()) if f.endswith(ayx_file)]

Any command-line input or output is written as follows:

ALTER TABLE "Users" ADD PRIMARY KEY ("UserId");

Bold: Indicates a new term, an important word, or words that you see on screen. For instance, words in menus or dialog boxes appear in bold. Here is an example: "In the final workflow, we can use the Output tool's Update: Insert if New option, which will keep all our records updated."

Tips or Important Notes

Appear like this.

lock icon The rest of the chapter is locked
Register for a free Packt account to unlock a world of extra content!
A free Packt account unlocks extra newsletters, articles, discounted offers, and much more. Start advancing your knowledge today.
Unlock this book and the full library FREE for 7 days
Get unlimited access to 7000+ expert-authored eBooks and videos courses covering every tech area you can think of
Renews at $19.99/month. Cancel anytime
Banner background image