Recent Content
The Innovator’s Advantage: Becoming an Agent Creator in a Generative AI World
Your roadmap to AI-powered transformation starts here. Download eBook >> In a fast-paced, AI-first world, waiting is no longer an option. Forward-thinking leaders already leverage generative AI to cut costs, streamline operations, and drive measurable results. This exclusive eBook, The Innovator’s Advantage, shows you how to lead the way. Inside, you’ll discover: Why now is the time to become an agent creator — and what that really means A practical blueprint for building and deploying generative AI agents that deliver real business value Real-world success stories from organizations transforming IT, finance, and operations How to prepare your data, your teams, and your tech stack for scalable, secure AI adoption Innovation is already happening, and those who act now will own the advantage. SnapLogic’s AgentCreator empowers organizations to go beyond theory and put generative AI to work across the enterprise, with speed, simplicity and security. Be the leader who acts. Not the one who catches up. Download The Innovator’s Advantage and take the first step to becoming the agent creator.99Views0likes0CommentsHBR Research Report: Harnessing the Power of Generative AI and AI Agents
Learn how industry leaders are putting GenAI to work to boost productivity and unlock ROI — and how you can do the same. Download Report Even with the explosion in AI-powered apps, assistants, and agents, many organizations are still struggling to answer the most critical question: “How do we actually implement GenAI to drive real value—safely, securely, and at scale?” This research by Harvard Business Review Analytic Services, in association with SnapLogic, identifies three key, immediately actionable emergent elements of success with GenAI: infrastructure readiness, governance frameworks, and workforce transformation. Be inspired by real-world examples from leading enterprises that have defined, built and deployed successful GenAI strategies. Equip your organization with a clear roadmap and join the forefront of AI-powered innovation. Key takeaways from the report include: How to assess, prioritize, and measure GenAI use cases Why most organizations aren’t ready (yet)—and what to fix How companies like yours are overcoming technical and cultural hurdles What roles, tools, and skills will define the future of work with AI agents1.3KViews0likes0CommentsReading multiple files from ftp and loading it in snowflake table
I am trying to create and load a snowflake table based on multiple csv files that are stored in a ftp location. As of now, my approach looks like - Step 1: parent pipeline File poller -》 Pipeline Execute (Created an entry for pipeline parameter with name as "filepath" and parameter value as "$path") Step 2 -》 child pipeline Zip file read -》 csv parser - 》 mapper - 》 snowflake bulk load (Created an entry for pipeline parameter with key as "filepath" and parameter value as "$_pipeline_parameters.filepath") In the zipfile read snap, i meed to fill value for the "File*" section. As of now i am filling it with the value "_filepath" but it throws error aayinf "unable to read from $pipeline_parameters.filepath. Reason: File not found on ............$pipeline_parameters.filepath. check for url syntax and file access permission. IIin the parent pipeline, file poller is working fine and i am getting a list of 10 diff zip files as $path. Not sure, what is going wrong after that. Please assist. Not sure waht is going wrong here.1.6KViews0likes1CommentMastering SnapGPT: From Conversational Commands to Powerful Pipelines
Imagine a world where you can create complex data pipelines just by typing a simple instruction. That’s the power of SnapGPT, your new integration copilot. In this Mastering SnapGPT course, you’ll discover how SnapGPT transforms the way you approach integration: Speak, and it’s done: Experience how SnapGPT turns your conversational language into fully functional pipelines, slashing the time it takes to deliver value. Instant onboarding: Learn how to quickly onboard new users, thanks to SnapGPT’s deep knowledge of the SnapLogic platform, making even the most complex tasks feel like a breeze. Supercharged by RAG: Uncover the magic behind Retrieval Augmented Generation (RAG) and how it turbocharges SnapGPT’s capabilities, making it smarter and faster. Effortless data transformations: SnapGPT generates expressions and SQL queries in seconds, allowing you to perform data extraction and transformations with unparalleled speed. Simplified pipeline management: SnapGPT simplifies the management of existing integrations by enabling new users to easily describe and understand integration pipelines. Expert recommendations: SnapGPT’s “Analyze pipeline” feature that provides best practice recommendations, ensuring your pipelines are optimized and ready for production in record time. Security and compliance: Gain essential insights into how SnapGPT handles data retention and security, keeping your operations compliant with industry standards. This isn’t just a course—it’s your gateway to mastering a tool that will revolutionize how you integrate, transform, and manage data. Get ready to become a SnapGPT master and take your integration skills to the next level! Register Now!841Views1like0CommentsHow to download Zoom recordings using SnapLogic
We tried to access Zoom recordings based on User and we got response JSON. In the response, we have "download_url". When we try to download using Rest Get Snap, we got below error: "error": "Illegal character ((CTRL-CHAR, code 0)): only regular white space (\\r, \\n, \\t) is allowed between tokens\n at [Source: (StringReader); line: 1, column: 2]", Is there any way to download Zoom Recordings using SnapLogic Snap? Thanks, Santhosh2.7KViews1like3CommentsThe All New 4 Week Beginner Training Program is here!
We’re thrilled to announce the launch of our new 4 Weeks Beginner Training - 2024, introducing SnapLogic’s Intelligent Integration Platform, covering key components and concepts. Also includes hands on pipeline creation, introduction to The SnapLogic Designer, Manager, and Monitor apps. The program also demonstrates task creation and management for operational pipelines, explores modularizing and reusing pipelines, and features user assistance videos for data migration. To enroll in this learning experience, please reach out to your designated Customer Success Manager (CSM) or write to training-admin@snaplogic.com. They will guide you through the registration process and ensure you’re all set to start your journey with the learning path.1.2KViews2likes0CommentsJuly 2024 Certifications
Congratulations to the following students for receiving their certifications in July 2024. Course: Snap Development Certification Chinna Tankasala Course: SnapLogic Architect Certification Rethwik Janardhanan Denys Tverdokhlib Ajay Premarajan Aleksandar Ivanovski SULAB THAPA Course: SnapLogic Integrator Certification Mohammed Zakariya Behar Susank Adusumilli801Views1like0CommentsDirectory Browser - Mapped Network Drive w/ Groundplex installed
Hi there! New SL Integrator here and am having an issue with both the Directory Browser and File Poller failing to read a mapped network drive. I can browse the C: drive fine, but my mapped drives are causing me some issues. The error it throws is below. error": "Error browsing the directory contents.", "stacktrace": "java.nio.file.NoSuchFileException: X:\\\r\n\tat java.base/sun.nio.fs.WindowsException.translateToIOException(Unknown Source)\r\n\tat java.base/sun.nio.fs.WindowsException.rethrowAsIOException(Unknown Source)\r\n\tat java.base/sun.nio.fs.WindowsException.rethrowAsIOException(Unknown Source)\r\n\tat java.base/sun.nio.fs.WindowsDirectoryStream.<init>(Unknown Source)\r\n\tat java.base/sun.nio.fs.WindowsFileSystemProvider.newDirectoryStream(Unknown Source)\r\n\tat java.base/java.nio.file.Files.newDirectoryStream(Unknown Source)\r\n\tat com.snaplogic.snaps.binary.DirectoryBrowser.getAttributes(DirectoryBrowser.java:595)\r\n\tat com.snaplogic.snaps.binary.DirectoryBrowser.lambda$displayAttributes$0(DirectoryBrowser.java:546)\r\n\tat net.jodah.failsafe.Functions$11.call(Functions.java:263)\r\n\tat net.jodah.failsafe.SyncFailsafe.call(SyncFailsafe.java:145)\r\n\tat net.jodah.failsafe.SyncFailsafe.get(SyncFailsafe.java:69)\r\n\tat com.snaplogic.snaps.binary.BinaryUtils.failsafeExecute(BinaryUtils.java:490)\r\n\tat com.snaplogic.snaps.binary.DirectoryBrowser.displayAttributes(DirectoryBrowser.java:551)\r\n\tat com.snaplogic.snaps.binary.DirectoryBrowser.process(DirectoryBrowser.java:370)\r\n\tat com.snaplogic.snap.api.ExecutionUtil.process(ExecutionUtil.java:106)\r\n\tat com.snaplogic.snap.api.ExecutionUtil.execute(ExecutionUtil.java:70)\r\n\tat com.snaplogic.snap.api.SimpleSnap.execute(SimpleSnap.java:70)\r\n\tat com.snaplogic.cc.snap.common.SnapRunnableImpl.executeSnap(SnapRunnableImpl.java:801)\r\n\tat com.snaplogic.cc.snap.common.SnapRunnableImpl.executeForSuggest(SnapRunnableImpl.java:640)\r\n\tat com.snaplogic.cc.snap.common.SnapRunnableImpl.doRun(SnapRunnableImpl.java:857)\r\n\tat com.snaplogic.cc.snap.common.SnapRunnableImpl.call(SnapRunnableImpl.java:427)\r\n\tat com.snaplogic.cc.snap.common.SnapRunnableImpl.call(SnapRunnableImpl.java:116)\r\n\tat java.base/java.util.concurrent.FutureTask.run(Unknown Source)\r\n\tat java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)\r\n\tat java.base/java.util.concurrent.FutureTask.run(Unknown Source)\r\n\tat java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)\r\n\tat java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)\r\n\tat java.base/java.lang.Thread.run(Unknown Source)\r\n", "reason": "X:\\", "resolution": "Please try again.", "status_code": "error", "snap_details": { "label": "Directory Browser", "instance_id": "6b1bebc3-c046-43de-b069-5a43fefb4cb1", "class_id": "com-snaplogic-snaps-binary-directorybrowser", "build_tag": "main26341", "views": { "in": { }, "out": { "out": { "count": 0 } }, "error": { "error0": { "count": 0 } } } } } ]752Views0likes0Comments