Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: "quarterly" to "monthly" (https://snaplogic-all.slack.com/archives/C2051PC2E/p1672782041235259) + minor grammatical fixes

In this article

...

  • Chrome or Firefox browsers.
  • Primary The primary device is desktop systems. Tablets Tablet devices are not fully supported at this time.

What browsers do you support?

Development and testing has have primarily been done with:

...

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.

...

Expect release updates every quartermonth, though urgent patches may might 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.

...

Pipeline execution will fail. Currently, the unavailability of the endpoint is only checked at pipeline runtime. In the future, there will be some semantic validation done at design time as well.

...

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;

...

When a pipeline is running, Snaps will have a yellow background color. When a Snap has completed, it will have a green background color of it's completed normally, and a red background if it has completed with a failed state.

After you 've started start a pipeline, you can click on the Check Server Response button to open the server response window. This window will automatically refresh when the server has new status information.

Can I open multiple pipelines?

...