Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Removed mainly references to the 3.x version.

In this Pagearticle

Table of Contents
maxLevel2

...

The recommended minimum screen resolution is 1024 x 768.

Which devices are supported?

Currently only desktop devices are fully supported. Touch screens are not supported.

How frequently will updates happen?

Tentatively, expect Expect release updates every quarter, though urgent patches may be made available in between releases. When the site is refreshed, you may need to clear your browser’s cache file to make sure you are accessing the latest code.

...

Navigate to the “Files” tab from within the Manager. This will show you files that have been uploaded - and from here you can upload files from your local computer. To use a file in sldb (SnapLogic database) in a pipeline property you must use the sldb scheme: sldb:///Snaplogic/alpha/<your file path>. This can be used for output files as well. Read more about the file system. 

  • Database Query

Example: 

select m.smtpid as message_id, m.messagedt as date, s.email as from_address, s.name as from_name, m.subject as subject, b.body as body from messages m join people s on m.senderid=s.personid join bodies b on m.messageid=b.messageid limit 10;

...

Yes. You can have multiple tabs open at the same time, each with a different pipeline.

How do I logout?

Click the icon on the top right hand side of Designer.

Product Parity

These questions are for those who are familiar with SnapLogic's existing product.

What happened to the Components from SnapLogic version 3.x releases?

In the new SnapLogic, the term Snap is used for what was previously referred to as “Components” or “Snaps”. Additionally, a Snap has been streamlined to be a succinct action.

The Components from 3.x code line can not be migrated over to the new SnapLogic. There will not necessarily be a one-to-one parity between the 3.7 Components and the latest Snaps.

Can I migrate from SnapLogic version 3.x?

Migration to the new SnapLogic is not supported at this time.

Why don’t I see “Suggest” or its equivalent?

It is there. For example, if you’re using the Structure Snap, the Source Schema and Target Schema fields are in fact introspecting the source and the target (i.e. working as Suggest).